From 142c69e1ef2b672c826048cd83b6bf6fbfc95198 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 6 Mar 2019 00:16:33 +0100 Subject: [PATCH] flow-bypass: increase bypass timeout This is needed as we did switch from counter maintained in kernel to internal polling so we need a bigger value. --- src/flow-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flow-private.h b/src/flow-private.h index 9cfcf22863..2e712367ec 100644 --- a/src/flow-private.h +++ b/src/flow-private.h @@ -62,7 +62,7 @@ #define FLOW_IPPROTO_ICMP_EMERG_NEW_TIMEOUT 10 #define FLOW_IPPROTO_ICMP_EMERG_EST_TIMEOUT 100 -#define FLOW_BYPASSED_TIMEOUT 6 +#define FLOW_BYPASSED_TIMEOUT 100 enum { FLOW_PROTO_TCP = 0, -- 2.47.2