修复心跳时间

This commit is contained in:
bjdgyc
2024-03-20 14:23:56 +08:00
parent bdc8e267a3
commit 11f39d0b78
3 changed files with 15 additions and 13 deletions

View File

@@ -65,14 +65,16 @@ ip_lease = 86400
default_group = "one"
#客户端失效检测时间(秒) dpd > keepalive
#cstp_keepalive = 5
#cstp_dpd = 12
#mobile_keepalive = 10
#mobile_dpd = 22
cstp_keepalive = 20
cstp_dpd = 30
mobile_keepalive = 40
mobile_dpd = 60
cstp_keepalive = 3
cstp_dpd = 10
mobile_keepalive = 4
mobile_dpd = 15
# 根据实际情况修改
#cstp_keepalive = 20
#cstp_dpd = 30
#mobile_keepalive = 40
#mobile_dpd = 60
#设置最大传输单元
mtu = 1460