- numerous bugfixes mostly centered around network lag, but also added more logging and protective code (like buffer overflow checks)

*NOTE: This version is NOT backwards compatible with other builds
This commit is contained in:
Mark Vejvoda
2010-08-07 03:26:38 +00:00
parent 270fa8fef0
commit fe8d3b3130
14 changed files with 373 additions and 128 deletions

View File

@@ -98,6 +98,8 @@ protected:
time_t lastThreadedPing;
Mutex pingThreadAccessor;
Mutex dataSynchAccessor;
public:
Socket(PLATFORM_SOCKET sock);
Socket();