|
OpenTTD Source 20260219-master-g698dc9cb08
|
Basic functions to receive and send TCP packets to/from the STUN server. More...
Go to the source code of this file.
Data Structures | |
| struct | IsEnumPacketType< PacketStunType > |
| Mark PacketStunType as PacketType. More... | |
| class | NetworkStunSocketHandler |
| Base socket handler for all STUN TCP sockets. More... | |
Enumerations | |
| enum class | PacketStunType : uint8_t { ClientStun } |
| 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.
|
strong |
Enum with all types of TCP STUN packets.
| Enumerator | |
|---|---|
| ClientStun | Send a STUN request to the STUN server. |
Definition at line 21 of file tcp_stun.h.