• You are here:
  • »
  • bbr

Enable BBR

Enable BBR

Setup the flags in sysctl.conf and reload sysctl.

echo 'net.core.default_qdisc=fq' | tee -a /etc/sysctl.conf
echo 'net.ipv4.tcp_congestion_control=bbr' | tee -a /etc/sysctl.conf
sysctl -p

Check if BBR is active

sysctl net.ipv4.tcp_available_congestion_control
sysctl -n net.ipv4.tcp_congestion_control
lsmod | grep bbr

/home/www/sites/esgr.in/wiki/data/pages/systems/bbr.txt · Last modified: 2018/03/05 05:28 by eServices Greece