mirror of
https://github.com/fatedier/frp.git
synced 2025-08-18 16:39:13 +02:00
udp: add heartbeat in udp work connection
This commit is contained in:
@@ -54,8 +54,8 @@ func GetDeaultClientCommonConf() *ClientCommonConf {
|
||||
PrivilegeToken: "",
|
||||
PoolCount: 1,
|
||||
User: "",
|
||||
HeartBeatInterval: 10,
|
||||
HeartBeatTimeout: 30,
|
||||
HeartBeatInterval: 30,
|
||||
HeartBeatTimeout: 90,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user