Linux开启TCP BBR拥塞控制

(将以下内容追加至/etc/sysctl.conf

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

执行以下命令:

sudo sysctl -p

2 个赞