Add `tcpKeepAliveInterval` Tip

pull/295/head
xqzr 2022-10-24 01:51:27 +08:00 committed by GitHub
parent 32b5ae6cfd
commit 61a37723dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -494,6 +494,10 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
> `tcpKeepAliveInterval`: number
TCP 保持活跃的数据包发送间隔,单位为秒。该设置仅适用于 Linux 下。
TCP 保持活跃的数据包发送间隔,单位为秒。~~该设置仅适用于 Linux 下。~~
不配置此项或配置为 0 表示使用 Go 默认值。
::: tip
填负数时,如 `-1`,不启用 TCP 保持活跃。
:::