Add tcpUserTimeout

90d915ea0505e7d5172abc8aeda5d5d039696cb3
This commit is contained in:
tdjnodj 2023-04-28 21:47:00 +08:00 committed by GitHub
parent 15a701665d
commit a5f575f344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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。