mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-28 10:30:25 -05:00
switch to BBR for congestion control
This commit is contained in:
parent
fd31471ae3
commit
38db9327be
1 changed files with 4 additions and 1 deletions
|
|
@ -10,7 +10,10 @@ net.ipv6.conf.*.accept_redirects = 0
|
|||
net.ipv4.conf.default.rp_filter = 0
|
||||
net.ipv4.conf.*.rp_filter = 0
|
||||
|
||||
net.ipv4.tcp_ecn = 1
|
||||
# use BBR and disable ECN since BBRv1 doesn't support it
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
net.ipv4.tcp_ecn = 0
|
||||
|
||||
net.ipv4.tcp_slow_start_after_idle = 0
|
||||
net.ipv4.tcp_shrink_window = 1
|
||||
net.ipv4.tcp_notsent_lowat = 131072
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue