- attempt to see if this helps network performance

This commit is contained in:
Mark Vejvoda
2013-03-23 22:32:51 +00:00
parent ef58a2285d
commit 159cdc40d0
4 changed files with 15 additions and 15 deletions

View File

@@ -152,8 +152,8 @@ public:
static bool hasDataToRead(PLATFORM_SOCKET socket);
bool hasDataToRead();
static bool hasDataToReadWithWait(PLATFORM_SOCKET socket,int waitMilliseconds);
bool hasDataToReadWithWait(int waitMilliseconds);
static bool hasDataToReadWithWait(PLATFORM_SOCKET socket,int waitMicroseconds);
bool hasDataToReadWithWait(int waitMicroseconds);
virtual void disconnectSocket();