Home  >  All Categories  >  Dev  >  Open BBR for Debian

Open BBR for Debian

Enable TCP BBR on Debian.

Steps🔗

  1. Open the following configuration file to 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
Category: Dev 
TagsSelf-hostedServer
Published:  · Updated:   📝 Edit this page

该博客没有评论系统,我正在实验有意义的讨论是否更易在社群中发生,不知道为什么,人在社群中,似乎会有更好的行为规范。然后如果有高质量的讨论,我会手动再精选到原文。为此,我建立了一个 Telegram 讨论群组,你可以在里面讨论这篇文章,点此复制文章标题和链接