OpenTTD Source
20241108-master-g80f628063a
|
Basic functions to receive and send TCP packets to/from the STUN server. More...
Go to the source code of this file.
Data Structures | |
class | NetworkStunSocketHandler |
Base socket handler for all STUN TCP sockets. More... | |
Enumerations | |
enum | PacketStunType : uint8_t { PACKET_STUN_SERCLI_STUN , PACKET_STUN_END } |
Enum with all types of TCP STUN packets. More... | |
Basic functions to receive and send TCP packets to/from the STUN server.
Definition in file tcp_stun.h.
enum PacketStunType : uint8_t |
Enum with all types of TCP STUN packets.
The order MUST not be changed.
Enumerator | |
---|---|
PACKET_STUN_SERCLI_STUN | Send a STUN request to the STUN server. |
PACKET_STUN_END | Must ALWAYS be on the end of this list!! (period) |
Definition at line 20 of file tcp_stun.h.