From: Eric Leblond Date: Tue, 5 Mar 2019 23:16:33 +0000 (+0100) Subject: flow-bypass: increase bypass timeout X-Git-Tag: suricata-5.0.0-rc1~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142c69e1ef2b672c826048cd83b6bf6fbfc95198;p=thirdparty%2Fsuricata.git 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. --- 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,