mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 14:23:34 +03:00
Add tcpUserTimeout
90d915ea0505e7d5172abc8aeda5d5d039696cb3
This commit is contained in:
parent
15a701665d
commit
a5f575f344
1 changed files with 3 additions and 0 deletions
|
@ -495,6 +495,7 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
|
|||
"acceptProxyProtocol": false,
|
||||
"tcpKeepAliveInterval": 0,
|
||||
"tcpKeepAliveIdle": 300,
|
||||
"tcpUserTimeout": 10000,
|
||||
"tcpcongestion": "bbr",
|
||||
"interface": "wg0"
|
||||
}
|
||||
|
@ -630,6 +631,8 @@ TCP 空闲时间阈值,单位为秒。当 TCP 连接空闲时间达到这个
|
|||
填负数时,如 `-1`,不启用 TCP 保持活跃。
|
||||
:::
|
||||
|
||||
> `tcpUserTimeout`: number
|
||||
|
||||
> `tcpcongestion`: ""
|
||||
|
||||
TCP 拥塞控制算法。仅支持 Linux。
|
||||
|
|
Loading…
Add table
Reference in a new issue