AFF窝 - BBR https://www.affwo.com/tag/BBR/ zh-CN Thu, 02 Jul 2020 23:57:00 +0800 Thu, 02 Jul 2020 23:57:00 +0800 Debian 9/10 手动开启bbr https://www.affwo.com/177.html https://www.affwo.com/177.html Thu, 02 Jul 2020 23:57:00 +0800 admin 手动开启bbr:

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf

echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf

sysctl -p

检查:

lsmod | grep bbr
]]>
0 https://www.affwo.com/177.html#comments https://www.affwo.com/feed/tag/BBR/
手动开启BBR https://www.affwo.com/21.html https://www.affwo.com/21.html Sat, 11 Apr 2020 23:04:00 +0800 admin 开启BBR:

echo "tcp_bbr" >> /etc/modules-load.d/modules.conf
echo 'net.core.default_qdisc=fq' >> /etc/sysctl.conf
echo 'net.ipv4.tcp_congestion_control=bbr' >> /etc/sysctl.conf
sysctl -p

查看是否开启成功:

sysctl net.ipv4.tcp_available_congestion_control
sysctl net.ipv4.tcp_congestion_control
]]>
0 https://www.affwo.com/21.html#comments https://www.affwo.com/feed/tag/BBR/