(1)新增心跳检测发送间隔和超时时间的配置

This commit is contained in:
Hurricanezwf
2016-02-05 14:36:04 +08:00
parent 5d6f37aa82
commit 04c26d1c31
6 changed files with 26 additions and 21 deletions

View File

@@ -6,7 +6,9 @@ log_file = ./frpc.log
# debug, info, warn, error
log_level = info
# file, console
log_way = file
log_way = console
# 心跳检测时间间隔,单位秒,默认为2
heartbeat_interval = 2
# test1即为name
[test1]

View File

@@ -6,7 +6,9 @@ log_file = ./frps.log
# debug, info, warn, error
log_level = info
# file, console
log_way = file
log_way = console
# 心跳检测超时时间,单位秒,默认为30
heartbeat_timeout = 30
# test1即为name
[test1]