编辑下面文件/etc/sysctl.conf在最后面添加以下参数

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

执行下面命令生效

1
sysctl -p