|
OpenTTD Source 20251104-master-g3befbdd52f
|
Basic functions to receive and send TCP packets to/from the TURN server. More...
Go to the source code of this file.
Data Structures | |
| class | NetworkTurnSocketHandler |
| Base socket handler for all TURN TCP sockets. More... | |
Enumerations | |
| enum | PacketTurnType : uint8_t { PACKET_TURN_TURN_ERROR , PACKET_TURN_SERCLI_CONNECT , PACKET_TURN_TURN_CONNECTED , PACKET_TURN_END } |
| Enum with all types of TCP TURN packets. More... | |
Basic functions to receive and send TCP packets to/from the TURN server.
Definition in file tcp_turn.h.
| enum PacketTurnType : uint8_t |
Enum with all types of TCP TURN packets.
The order MUST not be changed.
Definition at line 21 of file tcp_turn.h.