diff --git a/docs/config/transport.md b/docs/config/transport.md index 3f0e134..1adaeda 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -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`: ""