bbr 原版/魔改/plus+锐速 四合一脚本

bbr 原版/魔改/plus+锐速 四合一脚本

bbr 原版/魔改/plus+锐速 四合一脚本

 

什么是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

下面是BBR脚本

不卸载内核版本

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.mofuc.cn/bbr/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
© 版权声明
THE END
喜欢就支持一下吧
点赞7 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容