|
OpenTTD Source 20251117-master-g7398d2e290
|
Basic functions to receive and send UDP packets. More...
Go to the source code of this file.
Data Structures | |
| class | NetworkUDPSocketHandler |
| Base socket handler for all UDP sockets. More... | |
Enumerations | |
| enum | PacketUDPType : uint8_t { PACKET_UDP_CLIENT_FIND_SERVER , PACKET_UDP_SERVER_RESPONSE , PACKET_UDP_END } |
| Enum with all types of UDP packets. More... | |
Basic functions to receive and send UDP packets.
Definition in file udp.h.
| enum PacketUDPType : uint8_t |