OpenTTD Source  20241108-master-g80f628063a
network_udp.h File Reference

Sending and receiving UDP messages. More...

#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.