aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-10-27 10:47:28 -0400
committerDavid S. Miller <davem@davemloft.net>2017-10-28 06:24:39 -0400
commitbd239704295c66196e6b77c5717ec4aec076ddd5 (patch)
tree26e8dc3319b42d82ec0210017f0529c284da5cf4 /net/ipv4/tcp_ipv4.c
parent26e9596e5b8f11025b57b12e7265df649129ab00 (diff)
tcp: Namespace-ify sysctl_tcp_min_rtt_wlen
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 6192f26145d3..ced35af5737a 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2504,6 +2504,7 @@ static int __net_init tcp_sk_init(struct net *net)
2504 /* rfc5961 challenge ack rate limiting */ 2504 /* rfc5961 challenge ack rate limiting */
2505 net->ipv4.sysctl_tcp_challenge_ack_limit = 1000; 2505 net->ipv4.sysctl_tcp_challenge_ack_limit = 1000;
2506 net->ipv4.sysctl_tcp_min_tso_segs = 2; 2506 net->ipv4.sysctl_tcp_min_tso_segs = 2;
2507 net->ipv4.sysctl_tcp_min_rtt_wlen = 300;
2507 2508
2508 net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; 2509 net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE;
2509 spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); 2510 spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock);