tcp: export sysctl_tcp_pingpong_thresh
Signed-off-by: Mark Whwu <markwhwu@tencent.com>
This commit is contained in:
parent
b80247552b
commit
2f5128a765
|
|
@ -24,6 +24,7 @@
|
|||
#include <net/addrconf.h>
|
||||
|
||||
int sysctl_tcp_pingpong_thresh __read_mostly = 3;
|
||||
EXPORT_SYMBOL(sysctl_tcp_pingpong_thresh);
|
||||
|
||||
#if IS_ENABLED(CONFIG_IPV6)
|
||||
/* match_sk*_wildcard == true: IPV6_ADDR_ANY equals to any IPv6 addresses
|
||||
|
|
|
|||
Loading…
Reference in New Issue