mirror of
https://github.com/fatedier/frp.git
synced 2025-07-14 18:01:06 +07: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