什么是BBR
BBR是一种加速TCP的拥堵算法技术。BBR 利用瓶颈带宽和往返传播时间,被认为是迄今为止跨越不同路由发送数据的最快方法,当数据路由拥挤时,能够更有效地处理流量。
centos运行
#一个个运行
yum install ca-certificates wget -y
update-ca-trust force-enable
debian/ubuntu运行
#一个个运行
apt-get install ca-certificates wget -y
update-ca-certificates
不卸载内核版本
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
卸载内核版本
wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
本地大陆(国内)优化一键脚本
wget -O tcp.sh "https://api.yuuki-asuna.cn/bbr/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
THE END