- port changes from 3.6.0.3 to trunk for windows hosting patch

This commit is contained in:
Mark Vejvoda
2012-01-20 04:15:13 +00:00
parent eaa8a56cb2
commit fbf7610420
6 changed files with 185 additions and 71 deletions

View File

@@ -253,7 +253,7 @@ public:
virtual ~ServerSocket();
void bind(int port);
void listen(int connectionQueueSize= SOMAXCONN);
Socket *accept();
Socket *accept(bool errorOnFail=true);
void stopBroadCastThread();
void pauseBroadcast();