sudo su
echo "net.core.default_qdisc=fq_codel" >> /etc/sysctl.d/bbr.confecho "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.d/bbr.conf
modprobe tcp_bbr
sysctl -p /etc/sysctl.d/bbr.conf
sysctl net.ipv4.tcp_available_congestion_controlsysctl net.ipv4.tcp_congestion_control
reboot
lsmod | grep bbr
Shouldn't the qdisc be
fq_codel, I thought it supportspacinglikefqdid?