码迷,mamicode.com
首页 > 其他好文 > 详细

centos7安装bbr

时间:2018-11-17 21:01:46      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:http   dde   atl   tps   https   oaf   sid   available   app   

centos7安装bbr

安装

sudo wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
sysctl net.ipv4.tcp_available_congestion_control  # 查看内核是否已开启BBR
lsmod | grep bbr  # 查看BBR是否启动
# reboot 重启后生效

BBR关闭方法

vi /etc/sysctl.conf # 执行命令
#net.core.default_qdisc = fq 用#注释掉
#net.ipv4.tcp_congestion_control = bbr 用#注释掉
lsmod | grep bbr  # 查看BBR是否启动
#reboot # 重启服务器即可
?

centos7安装bbr

标签:http   dde   atl   tps   https   oaf   sid   available   app   

原文地址:https://www.cnblogs.com/daysme/p/9975094.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!