diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index d9416b5162bc..88409b13c9d2 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2472,6 +2472,8 @@ static int __net_init tcp_sk_init(struct net *net) | |||
2472 | net->ipv4.sysctl_tcp_window_scaling = 1; | 2472 | net->ipv4.sysctl_tcp_window_scaling = 1; |
2473 | net->ipv4.sysctl_tcp_timestamps = 1; | 2473 | net->ipv4.sysctl_tcp_timestamps = 1; |
2474 | 2474 | ||
2475 | net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; | ||
2476 | |||
2475 | return 0; | 2477 | return 0; |
2476 | fail: | 2478 | fail: |
2477 | tcp_sk_exit(net); | 2479 | tcp_sk_exit(net); |