forked from Mxmilu666/frp
add heartbeat echo from server to client
This commit is contained in:
@@ -15,6 +15,7 @@ var (
|
||||
LogLevel string = "warn"
|
||||
LogWay string = "file"
|
||||
HeartBeatInterval int64 = 5
|
||||
HeartBeatTimeout int64 = 30
|
||||
)
|
||||
|
||||
var ProxyClients map[string]*ProxyClient = make(map[string]*ProxyClient)
|
||||
|
||||
Reference in New Issue
Block a user