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

TCP BBR 从开启到关闭:以 Debian 9 为例

时间:2019-10-02 18:40:48      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:code   smo   class   conf   gre   debian 9   mod   ipv4   debian   

TCP BBR 从开启到关闭:以 Debian 9 为例

开启

执行如下命令:

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p

执行lsmod | grep bbr。如果输出类似下面的内容,则说明开启成功:

tcp_bbr                20480  0

关闭

删除/etc/sysctl.conf上面添加的那两行,重启一下就好了。

TCP BBR 从开启到关闭:以 Debian 9 为例

标签:code   smo   class   conf   gre   debian 9   mod   ipv4   debian   

原文地址:https://www.cnblogs.com/skylee03/p/11617799.html

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