diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 16:47:26 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 12:24:38 +0200 |
commit | b530b68148301d73775cd27cc136ce4dd5738ae8 (patch) | |
tree | 17b24c9b241619498bcae2ff8049653ae4ea46ed /include/net/tcp.h | |
parent | tcp: Namespace-ify sysctl_tcp_limit_output_bytes (diff) | |
download | linux-b530b68148301d73775cd27cc136ce4dd5738ae8.tar.xz linux-b530b68148301d73775cd27cc136ce4dd5738ae8.zip |
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
Signed-off-by: Eric Dumazet <edumazet@google.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 33f9d30a6905..afc23596e9aa 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -250,7 +250,6 @@ extern int sysctl_tcp_rmem[3]; #define TCP_RACK_LOSS_DETECTION 0x1 /* Use RACK to detect losses */ -extern int sysctl_tcp_challenge_ack_limit; extern int sysctl_tcp_min_tso_segs; extern int sysctl_tcp_min_rtt_wlen; extern int sysctl_tcp_autocorking; |