no need to override default qdisc since we set it

This commit is contained in:
Daniel Micay 2025-09-17 10:32:10 -04:00
parent 7d55588972
commit b2c15916cc

View file

@ -10,8 +10,6 @@ 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