Sending and receiving UDP messages. More...
#include "core/address.h"
Go to the source code of this file.
Functions | |
void | NetworkUDPInitialize () |
void | NetworkUDPSearchGame () |
void | NetworkUDPQueryMasterServer () |
void | NetworkUDPQueryServer (NetworkAddress address, bool manually=false) |
void | NetworkUDPAdvertise () |
void | NetworkUDPRemoveAdvertise (bool blocking) |
Remove our advertise from the master-server. | |
void | NetworkUDPClose () |
void | NetworkBackgroundUDPLoop () |
Receive the UDP packets. |
Sending and receiving UDP messages.
Definition in file network_udp.h.
void NetworkBackgroundUDPLoop | ( | ) |
Receive the UDP packets.
Definition at line 641 of file network_udp.cpp.
References ThreadMutex::BeginCritical(), ThreadMutex::EndCritical(), and NetworkUDPSocketHandler::ReceivePackets().
Referenced by NetworkBackgroundLoop().
void NetworkUDPRemoveAdvertise | ( | bool | blocking | ) |
Remove our advertise from the master-server.
blocking | whether to wait until the removal has finished. |
Definition at line 521 of file network_udp.cpp.
References _network_server, _networking, and ThreadObject::New().
Referenced by NetworkDisconnect().