switch to fq as the default qdisc

This commit is contained in:
Daniel Micay 2025-08-14 16:36:14 -04:00
parent 2db3740436
commit b01dfbb947

View file

@ -10,6 +10,8 @@ net.ipv6.conf.*.accept_redirects = 0
net.ipv4.conf.default.rp_filter = 0 net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.*.rp_filter = 0 net.ipv4.conf.*.rp_filter = 0
net.core.default_qdisc = fq
# use BBR and disable ECN since BBRv1 doesn't support it # use BBR and disable ECN since BBRv1 doesn't support it
net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_congestion_control = bbr
net.ipv4.tcp_ecn = 0 net.ipv4.tcp_ecn = 0