From da6e392bb10b19caf727ef5d9fcfdbd600548108 Mon Sep 17 00:00:00 2001 From: DeltaXrayDelta <53411520+DeltaXrayDelta@users.noreply.github.com> Date: Sat, 9 May 2020 01:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E6=A1=A3=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=EF=BC=9A=E5=AE=A2=E6=88=B7=E7=AB=AF=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E8=B6=85=E6=97=B6=20disconnect=5Ftimeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增文档描述:客户端连接超时 disconnect_timeout --- docs/feature.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/feature.md b/docs/feature.md index e0cf0b5..c270e8a 100644 --- a/docs/feature.md +++ b/docs/feature.md @@ -248,3 +248,5 @@ LevelInformational->6 LevelDebug->7 客户端与服务端间会间隔5s相互发送延迟测量包,这个时间间隔不可修改。 可修改延迟测量包丢包的次数,默认为60也就是5分钟都收不到一个延迟测量回包,则会断开客户端连接。 + +在`nps.conf`或`npc.conf`中设置`disconnect_timeout`即可