Make sure your kernel is 4.9 or newer and issue the following command:
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf \
&& echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf \
&& sysctl -p && sysctl net.ipv4.tcp_congestion_control
Make sure your kernel is 4.9 or newer and issue the following command:
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf \
&& echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf \
&& sysctl -p && sysctl net.ipv4.tcp_congestion_control