From 5420fa8fe918cda9871ce639acd2eec41b06937c Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:07:11 +0800 Subject: [PATCH] tcpcongestion --- docs/config/transport.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/config/transport.md b/docs/config/transport.md index 3f0e1345b..1adaeda1e 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`: ""