Change ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL from 30 seconds to 5 minutes

This commit is contained in:
Joseph Henry 2020-09-11 16:09:46 -07:00
parent 0e8b54f7a1
commit cf47618ffb

View File

@ -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