PinnedFeaturedPrivate
Open BBR for Debian
Enable TCP BBR on Debian.
Steps
Open the following configuration file to enable TCP BBR.
vi /etc/sysctl.confAt the end of the config file, add the following lines.
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbrreload
sysctl -pNow, Verify if BBR is enabled in your system,
sysctl net.ipv4.tcp_congestion_controlOutput:
root@vps:~# sysctl net.ipv4.tcp_congestion_control
net.ipv4.tcp_congestion_control = bbr