- updated for better handling of streflop on different platforms

- attempt for bugfix on windows when socket send buffer is continuously full
This commit is contained in:
Mark Vejvoda
2012-02-10 06:21:06 +00:00
parent b6473b69ab
commit 4ad42518c0
23 changed files with 181 additions and 124 deletions

View File

@@ -162,7 +162,7 @@ public:
static void setBlock(bool block, PLATFORM_SOCKET socket);
bool isReadable();
bool isWritable();
bool isWritable(struct timeval *timeVal=NULL);
bool isConnected();
static string getHostName();