diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 10:47:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 06:24:39 -0400 |
commit | c26e91f8b9b8e1fd252e07c1f60e50220cd7ebab (patch) | |
tree | 5f0d0b02bde533de08ef07d5e670f0815be84d3e /net/ipv4/tcp_ipv4.c | |
parent | 23a7102a2d1068508fa2a0ce593a0df7f8fdc0ac (diff) |
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 1d8fc663af51..7c1dae6493c3 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2508,6 +2508,7 @@ static int __net_init tcp_sk_init(struct net *net) | |||
2508 | net->ipv4.sysctl_tcp_autocorking = 1; | 2508 | net->ipv4.sysctl_tcp_autocorking = 1; |
2509 | net->ipv4.sysctl_tcp_invalid_ratelimit = HZ/2; | 2509 | net->ipv4.sysctl_tcp_invalid_ratelimit = HZ/2; |
2510 | net->ipv4.sysctl_tcp_pacing_ss_ratio = 200; | 2510 | net->ipv4.sysctl_tcp_pacing_ss_ratio = 200; |
2511 | net->ipv4.sysctl_tcp_pacing_ca_ratio = 120; | ||
2511 | 2512 | ||
2512 | net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; | 2513 | net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; |
2513 | spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); | 2514 | spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); |