OpenTTD Source
20241108-master-g80f628063a
|
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 |