mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
tcp: Namespace-ify sysctl_tcp_app_win
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6496f6bde0
commit
0c12654ac6
5 changed files with 13 additions and 12 deletions
|
@ -2490,6 +2490,7 @@ static int __net_init tcp_sk_init(struct net *net)
|
|||
net->ipv4.sysctl_tcp_retrans_collapse = 1;
|
||||
net->ipv4.sysctl_tcp_max_reordering = 300;
|
||||
net->ipv4.sysctl_tcp_dsack = 1;
|
||||
net->ipv4.sysctl_tcp_app_win = 31;
|
||||
|
||||
net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE;
|
||||
spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue