Google bbr加速器安装随记


我的环境:CentOS

1、下载、授权、执行安装

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

2、安装好后重启linux

$ reboot

3、检验

$ sysctl net.ipv4.tcp_available_congestion_control

解释:返回 net.ipv4.tcp_available_congestion_control = cubic reno bbr 说明BBR已完成安装。

$ lsmod | grep bbr
解释:返回值有 tcp_bbr 说明BBR已启动。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM