mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
128k tcp_notsent_lowat to improve fairness/latency
This commit is contained in:
parent
35f539f237
commit
4a6474cb56
@ -1,5 +1,6 @@
|
|||||||
net.ipv4.tcp_ecn = 1
|
net.ipv4.tcp_ecn = 1
|
||||||
net.ipv4.tcp_slow_start_after_idle = 0
|
net.ipv4.tcp_slow_start_after_idle = 0
|
||||||
|
net.ipv4.tcp_notsent_lowat = 131072
|
||||||
net.ipv4.tcp_fin_timeout = 30
|
net.ipv4.tcp_fin_timeout = 30
|
||||||
net.ipv4.tcp_rfc1337 = 1
|
net.ipv4.tcp_rfc1337 = 1
|
||||||
net.ipv4.tcp_tw_reuse = 1
|
net.ipv4.tcp_tw_reuse = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user