|
OpenTTD Source
13.2.1
|
#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. | |
Sending and receiving UDP messages.
Definition in file network_udp.h.