mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
- additional socket thread protection to fix latest crash reported by titi
This commit is contained in:
@@ -168,8 +168,8 @@ public:
|
||||
static void setBlock(bool block, PLATFORM_SOCKET socket);
|
||||
bool getBlock();
|
||||
|
||||
bool isReadable();
|
||||
bool isWritable(struct timeval *timeVal=NULL);
|
||||
bool isReadable(bool lockMutex=false);
|
||||
bool isWritable(struct timeval *timeVal=NULL,bool lockMutex=false);
|
||||
bool isConnected();
|
||||
|
||||
static string getHostName();
|
||||
|
Reference in New Issue
Block a user