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 3c475a2a8432..e07ef5b14aaf 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2466,6 +2466,7 @@ static int __net_init tcp_sk_init(struct net *net) | |||
2466 | 2466 | ||
2467 | net->ipv4.sysctl_max_syn_backlog = max(128, cnt / 256); | 2467 | net->ipv4.sysctl_max_syn_backlog = max(128, cnt / 256); |
2468 | net->ipv4.sysctl_tcp_sack = 1; | 2468 | net->ipv4.sysctl_tcp_sack = 1; |
2469 | net->ipv4.sysctl_tcp_window_scaling = 1; | ||
2469 | 2470 | ||
2470 | return 0; | 2471 | return 0; |
2471 | fail: | 2472 | fail: |