From fa86b8bae0e37a39f094629fd30ff3c2b8270883 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 11 Sep 2020 16:09:46 -0700 Subject: [PATCH] Change ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL from 30 seconds to 5 minutes --- node/Constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Constants.hpp b/node/Constants.hpp index d8c0a0d5f..562ae7be4 100644 --- a/node/Constants.hpp +++ b/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