diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index ced35af5737a..351e3497c8f3 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2505,6 +2505,7 @@ static int __net_init tcp_sk_init(struct net *net) | |||
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 | net->ipv4.sysctl_tcp_min_rtt_wlen = 300; |
2508 | net->ipv4.sysctl_tcp_autocorking = 1; | ||
2508 | 2509 | ||
2509 | net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; | 2510 | net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; |
2510 | spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); | 2511 | spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); |