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.
pull/3952/head
Eric Leblond 6 years ago committed by Victor Julien
parent b8e184ceb5
commit 142c69e1ef

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

Loading…
Cancel
Save