Browse Source

Change ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL from 30 seconds to 5 minutes

pull/2/head
Joseph Henry 6 years ago committed by Grant Limberg
parent
commit
fa86b8bae0
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 2
      node/Constants.hpp

2
node/Constants.hpp

@ -414,7 +414,7 @@
* How long before we consider a flow to be dead and remove it from the
* policy's list.
*/
#define ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL 30000
#define ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL (60000 * 5)
/**
* How often a flow's statistical counters are reset

Loading…
Cancel
Save