|
OpenTTD Source 20260219-master-g698dc9cb08
|
Basic functions to receive and send TCP packets to/from the TURN server. More...
Go to the source code of this file.
Data Structures | |
| struct | IsEnumPacketType< PacketTurnType > |
| Mark PacketTurnType as PacketType. More... | |
| class | NetworkTurnSocketHandler |
| Base socket handler for all TURN TCP sockets. More... | |
Enumerations | |
| enum class | PacketTurnType : uint8_t { ServerError , ClientConnect , ServerConnected } |
| 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.
|
strong |
Enum with all types of TCP TURN packets.
| Enumerator | |
|---|---|
| ServerError | TURN server is unable to relay. |
| ClientConnect | Client (or OpenTTD server) is connecting to the TURN server. |
| ServerConnected | TURN server indicates the socket is now being relayed. |
Definition at line 22 of file tcp_turn.h.