Revision: 3287
http://retroshare.svn.sourceforge.net/retroshare/?rev=3287&view=rev
Author: drbob7
Date: 2010-07-13 12:13:56 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
Fixed Bad SSL Timeout code.
* Added TS check to SSL_RETURN_ZERO code.
- Existing code was dependent on tick rate. (could kill connection in 2-3 seconds)
- If nothing is received within 15 seconds - the connection will be killed.
* Removed "No send if RETURN_ZERO" check.
- This causes deadlocks and kills connections.
Modified Paths:
--------------
trunk/libretroshare/src/pqi/pqissl.cc
trunk/libretroshare/src/pqi/pqissl.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|