On this page
On this page
Open BBR for Debian
Steps
- Open the following configuration file to enable enable TCP BBR.
vi /etc/sysctl.conf
- At the end of the config file, add the following lines.
net.core.default_qdisc=fqnet.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_controlnet.ipv4.tcp_congestion_control = bbr
Edit this page
Last updated on 8/27/2021