mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- attempt to see if this helps network performance
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user