Added status update for LAN server searching and guard against people who click find like mad.

This commit is contained in:
Mark Vejvoda
2010-04-11 04:29:23 +00:00
parent af87e53bbe
commit 203d37bb6f
2 changed files with 15 additions and 8 deletions

View File

@@ -1052,8 +1052,7 @@ void ServerSocket::listen(int connectionQueueSize){
if(err==SOCKET_ERROR){
throwException("Error listening socket");
}
broadCastThread = new BroadCastSocketThread();
broadCastThread->start();
startBroadCastThread();
}
Socket *ServerSocket::accept(){