mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-03-04 06:03:13 +03:00
tcpcongestion
This commit is contained in:
parent
6a48c12935
commit
5420fa8fe9
@ -519,11 +519,19 @@ TCP 保持活跃的数据包发送间隔,单位为秒。~~该设置仅适用
|
|||||||
|
|
||||||
> `tcpcongestion`: ""
|
> `tcpcongestion`: ""
|
||||||
|
|
||||||
TCP 开启内核的 bbr 拥塞控制 仅支持 linux。
|
TCP 拥塞控制算法。仅支持 Linux。
|
||||||
|
不配置此项表示使用系统默认值。
|
||||||
|
|
||||||
- bbr (推荐)
|
::: tip
|
||||||
|
常见的算法
|
||||||
|
- bbr(推荐)
|
||||||
- cubic
|
- cubic
|
||||||
- reno (默认)
|
- reno
|
||||||
|
:::
|
||||||
|
|
||||||
|
::: tip
|
||||||
|
执行命令 `sysctl net.ipv4.tcp_congestion_control` 获取系统默认值。
|
||||||
|
:::
|
||||||
|
|
||||||
> `interface`: ""
|
> `interface`: ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user