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