File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 net->ipv4.sysctl_tcp_dsack = 1;
3131 net->ipv4.sysctl_tcp_app_win = 31;
3232 net->ipv4.sysctl_tcp_adv_win_scale = 1;
33- @@ -3636,9 +3636,9 @@
33+ @@ -3636,9 +3636,10 @@
3434 net->ipv4.sysctl_tcp_tso_rtt_log = 9; /* 2^9 = 512 usec */
3535 net->ipv4.sysctl_tcp_min_rtt_wlen = 300;
3636 net->ipv4.sysctl_tcp_autocorking = 1;
4040+ net->ipv4.sysctl_tcp_invalid_ratelimit = HZ/3;
4141+ net->ipv4.sysctl_tcp_pacing_ss_ratio = 215;
4242+ net->ipv4.sysctl_tcp_pacing_ca_ratio = 132;
43+ + net->ipv4.sysctl_tcp_thin_linear_timeouts = 1;
4344 if (net != &init_net) {
4445 memcpy(net->ipv4.sysctl_tcp_rmem,
4546 init_net.ipv4.sysctl_tcp_rmem,
46- @@ -3647,9 +3647 ,9 @@
47+ @@ -3647,9 +3648 ,9 @@
4748 init_net.ipv4.sysctl_tcp_wmem,
4849 sizeof(init_net.ipv4.sysctl_tcp_wmem));
4950 }
5657 net->ipv4.sysctl_tcp_backlog_ack_defer = 1;
5758 net->ipv4.sysctl_tcp_fastopen = TFO_CLIENT_ENABLE;
5859 net->ipv4.sysctl_tcp_fastopen_blackhole_timeout = 0;
59- @@ -3673,7 +3673 ,7 @@
60+ @@ -3673,7 +3674 ,7 @@
6061
6162 net->ipv4.sysctl_tcp_syn_linear_timeouts = 4;
6263 net->ipv4.sysctl_tcp_shrink_window = 0;
You can’t perform that action at this time.
0 commit comments