diff options
author | Nikolay Borisov <kernel@kyup.com> | 2016-02-03 09:46:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-07 14:35:10 -0500 |
commit | ae5c3f406cffe15ffd2aa544961b7cd027468d46 (patch) | |
tree | 4f5499a05fc3b033982b0678980f5e5415b3ab29 /include/net/tcp.h | |
parent | 1043e25ff96a1efc7bd34d11f5f32203a28a3bd7 (diff) | |
download | linux-ae5c3f406cffe15ffd2aa544961b7cd027468d46.tar.bz2 |
ipv4: Namespaceify tcp_retries1 sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.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 7e9a147cabae..da96b9af3e5f 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -240,7 +240,6 @@ extern int sysctl_tcp_timestamps; extern int sysctl_tcp_window_scaling; extern int sysctl_tcp_sack; extern int sysctl_tcp_fin_timeout; -extern int sysctl_tcp_retries1; extern int sysctl_tcp_retries2; extern int sysctl_tcp_orphan_retries; extern int sysctl_tcp_fastopen; |