OpenTTD Source  20240919-master-gdf0233f4c2
network_udp.h File Reference
#include "core/address.h"

Go to the source code of this file.

Functions

void NetworkUDPInitialize ()
 Initialize the whole UDP bit.
 
void NetworkUDPSearchGame ()
 Find all servers.
 
void NetworkUDPClose ()
 Close all UDP related stuff.
 
void NetworkUDPServerListen ()
 Start the listening of the UDP server component.
 
void NetworkBackgroundUDPLoop ()
 Receive the UDP packets.
 

Detailed Description

Sending and receiving UDP messages.

Definition in file network_udp.h.