
成都电信高防服务器,提供超强防御,稳定高效的云服务,保障您的业务无时无刻在线。
携手合作伙伴,实现业务上的双向合作共赢
我们为您提供全方位的支持与服务,确保您在使用我们的云服务时无忧无虑。
4+年商誉沉淀,深耕中国香港及海外高端资源
Debian 9开启内核BBR(无需第三方脚本)
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
若提示如下,则表明bbr生效
sysctl net.ipv4.tcp_available_congestion_control net.ipv4.tcp_available_congestion_control = bbr cubic reno
lsmod | grep bbr
若提示如下,则表明bbr生效(注意16384这个数字各有不同)
tcp_bbr 16384 1