linux开启bbr

开启 bbr

编辑 /etc/sysctl.conf 并添加如下内容

net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr

执行sysctl -p,使其保存生效

检测是否成功开启

sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

需要 4.9.0 以上的 kernel