mirror of https://github.com/qwqdanchun/nps.git
Merge pull request #531 from DeltaXrayDelta/patch-1
新增配置文件描述:客户端连接超时 disconnect_timeout
This commit is contained in:
commit
5a91bc2077
|
@ -21,3 +21,4 @@ p2p_ip| 服务端Ip,使用p2p模式必填
|
||||||
p2p_port|p2p模式开启的udp端口
|
p2p_port|p2p模式开启的udp端口
|
||||||
pprof_ip|debug pprof 服务端ip
|
pprof_ip|debug pprof 服务端ip
|
||||||
pprof_port|debug pprof 端口
|
pprof_port|debug pprof 端口
|
||||||
|
disconnect_timeout|客户端连接超时,单位 5s,默认值 60,即 300s = 5mins
|
||||||
|
|
Loading…
Reference in New Issue