您现在的位置: 主页 > 上位机技术 > centos > Centos6/7x86_64系统开启TCP-BBR拥塞控制一键安装脚本
本文所属标签:
为本文创立个标签吧:

Centos6/7x86_64系统开启TCP-BBR拥塞控制一键安装脚本

来源:centos 网络用户发布,如有版权联系网管删除 2018-08-29 

内核特点

1、使用自编译好的内核;

2、无需手动修改grub启动项;

3、已经默认设置拥塞算法为BBR,无需额外设置,重启即可用

脚本一键安装

  1. wget -O- https://soft.alphabrock.cn/Linux/scripts/bbr_centos_6_7_x86_64.sh | bash

安装完成重启

  1. reboot

验证安装是否成功

  1. sysctl -a|grep tcp_congestion_control

正常情况会是这样:

  1. net.ipv4.tcp_congestion_control = bbr

Tips:若机子未开启IPV6,在验证步骤会出现以下错误,请忽略

  1. error: "Input/output error" reading key "net.ipv6.conf.all.stable_secret"
  2. error: "Input/output error" reading key "net.ipv6.conf.default.stable_secret"
  3. error: "Input/output error" reading key "net.ipv6.conf.eth0.stable_secret"
  4. error: "Input/output error" reading key "net.ipv6.conf.eth1.stable_secret"
  5. error: "Input/output error" reading key "net.ipv6.conf.lo.stable_secret"


              查看评论 回复



嵌入式交流网主页 > 上位机技术 > centos > Centos6/7x86_64系统开启TCP-BBR拥塞控制一键安装脚本
 安装 .... 验证

"Centos6/7x86_64系统开启TCP-BBR拥塞控制一键安装脚本"的相关文章

网站地图

围观()