add some errors for ssl before resetting

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1925 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-12-20 13:28:01 +00:00
parent 106645f5e5
commit 9866a93b7c

View File

@ -61,7 +61,7 @@ const int PQISSL_REMOTE_FLAG = 0x02;
const int PQISSL_UDP_FLAG = 0x02;
***********/
static const int PQISSL_MAX_READ_ZERO_COUNT = 20;
static const int PQISSL_MAX_READ_ZERO_COUNT = 40;
/********** PQI SSL STUFF ******************************************
*