Enable TCP BBR on Debian.
Steps🔗
- Open the following configuration file to enable TCP BBR.
vi /etc/sysctl.conf
- At the end of the config file, add the following lines.
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
- reload
sysctl -p
Now, Verify if BBR is enabled in your system,
sysctl net.ipv4.tcp_congestion_control
Output:
root@vps:~# sysctl net.ipv4.tcp_congestion_control
net.ipv4.tcp_congestion_control = bbr