mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- attempt to further stabilize cpu usage and network reliability
This commit is contained in:
@@ -139,6 +139,10 @@ public:
|
||||
static bool hasDataToRead(std::map<PLATFORM_SOCKET,bool> &socketTriggeredList);
|
||||
static bool hasDataToRead(PLATFORM_SOCKET socket);
|
||||
bool hasDataToRead();
|
||||
|
||||
static bool hasDataToReadWithWait(PLATFORM_SOCKET socket,int waitMilliseconds);
|
||||
bool hasDataToReadWithWait(int waitMilliseconds);
|
||||
|
||||
virtual void disconnectSocket();
|
||||
|
||||
PLATFORM_SOCKET getSocketId() const { return sock; }
|
||||
|
Reference in New Issue
Block a user