Skip to content

Tags

On this page

Open BBR for Debian

Steps

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