并写入
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_cOntrol=bbr
然后执行:
sysctl net.ipv4.tcp_available_congestion_control
sysctl net.ipv4.tcp_congestion_control
检测 bbr 生效情况 还是显示 cubic 未生效
然后运行sudo sysctl -p
,显示:
sysctl: setting key "net.core.default_qdisc": No such file or directory
net.core.default_qdisc = fq
sysctl: setting key "net.ipv4.tcp_congestion_control": No such file or directory
net.ipv4.tcp_congestion_cOntrol= bbr
重启服务器也还是这样子 Linux 内核 6.x 5.x 都试了 都不行
]]>