void NetworkUDPQueryMasterServer()
Request the the server-list from the master server.
void NetworkBackgroundUDPLoop()
Receive the UDP packets.
void NetworkUDPInitialize()
Initialize the whole UDP bit.
Wrapper for (un)resolved network addresses; there's no reason to transform a numeric IP to a string a...
void NetworkUDPAdvertise()
Register us to the master server This function checks if it needs to send an advertise.
void NetworkUDPSearchGame()
Find all servers.
void NetworkUDPClose()
Close all UDP related stuff.
Wrapper for network addresses.
void NetworkUDPRemoveAdvertise(bool blocking)
Remove our advertise from the master-server.
void NetworkUDPQueryServer(NetworkAddress address, bool manually=false)
Query a specific server.