(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname and connect to game servers.

This commit is contained in:
rubidium
2009-01-20 11:28:18 +00:00
parent c9436c8d88
commit 28a641066e
11 changed files with 339 additions and 173 deletions

View File

@@ -201,5 +201,4 @@ bool NetworkTCPSocketHandler::IsPacketQueueEmpty()
return this->packet_queue == NULL;
}
#endif /* ENABLE_NETWORK */