tcpcongestion

pull/329/head
xqzr 2 years ago committed by GitHub
parent 6a48c12935
commit 5420fa8fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -519,11 +519,19 @@ TCP 保持活跃的数据包发送间隔,单位为秒。~~该设置仅适用
> `tcpcongestion`: ""
TCP 开启内核的 bbr 拥塞控制 仅支持 linux。
TCP 拥塞控制算法。仅支持 Linux。
不配置此项表示使用系统默认值。
- bbr (推荐)
::: tip
常见的算法
- bbr推荐
- cubic
- reno (默认)
- reno
:::
::: tip
执行命令 `sysctl net.ipv4.tcp_congestion_control` 获取系统默认值。
:::
> `interface`: ""

Loading…
Cancel
Save