switch to BBR for congestion control

This commit is contained in:
Daniel Micay 2025-04-03 16:02:16 -04:00
parent fd31471ae3
commit 38db9327be

View file

@ -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