BBR code to centos 8

May 9, 2019 0 comments

 




由于Centos8,Debian,Ubuntu这几个版本的内核都内置了bbr,只需用命令开启即可,不需要升级内核,而Centos7则需要升级内核,详情请看下面

Centos8,Debian,Ubuntu开启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

输出→tcp_bbr 20480 0

如果有如上类似输出,则证明Google BBR配置成功了。

Centos install KD

yum install wget
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

安装完成后,脚本会提示需要重启 VPS,输入 y 并回车后重启。

重启后执行如下命令查看配置是否成功生效

lsmod | grep bbr

输出→tcp_bbr 20480 0

如果有如上类似输出,则证明Google BBR配置成功了。

Related Posts

{{posts[0].title}}

{{posts[0].date}} {{posts[0].commentsNum}} {{messages_comments}}

{{posts[1].title}}

{{posts[1].date}} {{posts[1].commentsNum}} {{messages_comments}}

{{posts[2].title}}

{{posts[2].date}} {{posts[2].commentsNum}} {{messages_comments}}

{{posts[3].title}}

{{posts[3].date}} {{posts[3].commentsNum}} {{messages_comments}}

联系人表单