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:
joss17 2010-01-04 13:05:28 +00:00
parent 7e273275a8
commit 6dbc7fd9bc

View File

@ -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"