(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 12ff4cf083
commit 206841ba5f
11 changed files with 339 additions and 173 deletions

View File

@@ -7,6 +7,7 @@
#ifdef ENABLE_NETWORK
#include "core/address.h"
#include "network_type.h"
#include "../console_type.h"