×

查询 Linux 内核应用的 TCP 拥塞控制算法

hqy hqy 发表于2024-12-16 14:58:46 浏览173 评论0

抢沙发发表评论

查询支持的 TCP 拥塞控制算法

1
2
sysctl net.ipv4.tcp_available_congestion_control
> net.ipv4.tcp_available_congestion_control = reno cubic bbr

查询应用的 TCP 拥塞控制算法

1
2
sysctl net.ipv4.tcp_congestion_control
> sysctl net.ipv4.tcp_congestion_control

启用 BBR TCP 拥塞控制算法

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




推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

本文链接:https://hqyman.cn/post/8731.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:
打赏

群贤毕至

访客