peiqi 大佬有话说 : 2021-9-12 10:14:26
甲骨文怎么开 BBRPLUS
谁知道。。:)
tcpdump 大佬有话说 : 2021-9-12 10:17:51
没必要搞什么plus,5.0内核之后开bbr就行https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
小心二次元 大佬有话说 : 2021-9-12 10:16:29
原版bbr就行了
等1下™我老公呢 大佬有话说 : 2021-9-12 10:46:08
Ubuntu 20.04 Debian 9/10 开启Google BBR的方法,仅支持4.9以上内核Ubuntu 18.04/20.04 CentOS 8 Debian 9/10均为4.9以上内核无需更换内核可以直接开启BBR。
修改系统变量
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
保存生效
sysctl -p
检查内核是否开启
sysctl net.ipv4.tcp_available_congestion_control
返回即开启
# sysctl net.ipv4.tcp_available_congestion_control
net.ipv4.tcp_congestion_control = bbr
检查bbr是否启动
lsmod | grep bbr
返回即成功# lsmod | grep bbr
tcp_bbr 2048014
coobar 大佬有话说 : 2021-9-12 11:03:40
amd随便开,脚本一大把
arm架构不支持,开启原版bbr吧,可以用一键脚本开:
modprobe tcp_bbr && echo "tcp_bbr" | tee –append /etc/modules-load.d/modules.conf && echo "net.core.default_qdisc=fq" | tee –append /etc/sysctl.conf && echo "net.ipv4.tcp_congestion_control=bbr" | tee –append /etc/sysctl.conf && sysctl -p && sysctl net.ipv4.tcp_available_congestion_control && sysctl net.ipv4.tcp_congestion_control && lsmod | grep bbr
烟火 大佬有话说 : 2021-9-12 11:38:15
甲骨文ARM可以开bbrplus,不过需要手动安装
韭菜本菜 大佬有话说 : 2021-9-12 12:21:02
貌似要自己编译
tianzi1981 大佬有话说 :
学习到了
louiejordan 大佬有话说 :
tcpdump 大佬有话说 : 2021-9-12 10:17
没必要搞什么plus,5.0内核之后开bbr就行
美国的鸡还是用plus快,而且快很明显