(svn r15987) -Fix: make the master socket only listen on the IP the server is bound to.

This commit is contained in:
rubidium
2009-04-08 19:36:51 +00:00
parent 9c814d64f4
commit 08e37a6f10
3 changed files with 19 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ void NetworkUDPQueryMasterServer();
void NetworkUDPQueryServer(NetworkAddress address, bool manually = false);
void NetworkUDPAdvertise();
void NetworkUDPRemoveAdvertise();
void NetworkUDPShutdown();
void NetworkUDPClose();
#endif /* ENABLE_NETWORK */