diff options
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | 2016-12-25 14:33:16 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-27 12:28:07 -0500 |
commit | 56ab6b93007e5000a8812985aec1833c4a6a9ce0 (patch) | |
tree | b51a1451cdcd323e70e5be14f8186fcb645dbbe3 /include/net/tcp.h | |
parent | e6afb1ad88feddf2347ea779cfaf4d03d3cd40b6 (diff) | |
download | linux-56ab6b93007e5000a8812985aec1833c4a6a9ce0.tar.bz2 |
ipv4: Namespaceify tcp_tw_reuse knob
Different namespaces might have different requirements to reuse
TIME-WAIT sockets for new connections. This might be required in
cases where different namespace applications are in place which
require TIME_WAIT socket connections to be reduced independently
of the host.
Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 207147b4c6b2..6061963cca98 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -252,7 +252,6 @@ extern int sysctl_tcp_wmem[3]; extern int sysctl_tcp_rmem[3]; extern int sysctl_tcp_app_win; extern int sysctl_tcp_adv_win_scale; -extern int sysctl_tcp_tw_reuse; extern int sysctl_tcp_frto; extern int sysctl_tcp_low_latency; extern int sysctl_tcp_nometrics_save; |