CentOS8 开启BBR加速


内核要求:kernel 4.9 及以上

step1:设置BBR   [root@centos8 ~]# vim /etc/sysctl.conf 增加 net.core.default_qdisc = fq net.ipv4.tcp_congestion_control = bbr   step2:验证BBR   [root@centos8 ~]# sysctl net.ipv4.tcp_available_congestion_control 如果返回

则开启成功

  step3:查看BBR是否开启   [root@centos8 ~]# lsmod | grep bbr 如上显示则开启成功