diff options
| author | Eric Dumazet <[email protected]> | 2017-10-27 14:47:31 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-10-28 10:24:39 +0000 |
| commit | 23a7102a2d1068508fa2a0ce593a0df7f8fdc0ac (patch) | |
| tree | 1c3eeee74cbc15facccc2d1c11472490785e198a /net/ipv4/tcp_ipv4.c | |
| parent | tcp: Namespace-ify sysctl_tcp_invalid_ratelimit (diff) | |
| download | kernel-23a7102a2d1068508fa2a0ce593a0df7f8fdc0ac.tar.gz kernel-23a7102a2d1068508fa2a0ce593a0df7f8fdc0ac.zip | |
tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio
Also remove an obsolete comment about TCP pacing.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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 6617aae18ba2..1d8fc663af51 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -2507,6 +2507,7 @@ static int __net_init tcp_sk_init(struct net *net) net->ipv4.sysctl_tcp_min_rtt_wlen = 300; net->ipv4.sysctl_tcp_autocorking = 1; net->ipv4.sysctl_tcp_invalid_ratelimit = HZ/2; + net->ipv4.sysctl_tcp_pacing_ss_ratio = 200; net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE; spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); |
