Vultr CentOS6安装BBR加速TCP速度 BBR一件安装脚本: wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh 执行后按提示回车自动安装。 安装完成会提示是否重启,输入y回车重启。 然后查看内核版本,升级成功: [root@dt27 ~]# uname -r 4.18.20-1.el6.elrepo.i686 接下来按命令输入,开启BBR: [root@dt27 ~]# sysctl net.ipv4.tcp_available_congestion_control net.ipv4.tcp_available_congestion_control = reno cubic bbr [root@dt27 ~]# sysctl net.ipv4.tcp_congestion_control net.ipv4.tcp_congestion_control = bbr 查看BBR是否运行: [root@dt27 ~]# lsmod | grep bbr tcp_bbr 20480 15 成功。 安装BBR前测试下载文件速度`58.5KB/s`。。。 安装后速度`767KB/s`。。。