mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
change hearbeat period to 6 secons. Disconnect when no beat is received after 18 sec
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1970 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7e273275a8
commit
6dbc7fd9bc
@ -41,7 +41,7 @@ static const int CONNECT_UNREACHABLE = 3;
|
||||
static const int CONNECT_FIREWALLED = 4;
|
||||
static const int CONNECT_FAILED = 5;
|
||||
|
||||
static const int HEARTBEAT_REPEAT_TIME = 4;
|
||||
static const int HEARTBEAT_REPEAT_TIME = 6;
|
||||
|
||||
#include "pqi/pqistreamer.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user