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