|
OpenTTD Source 20251116-master-g21329071df
|
Basic functions to receive and send TCP packets. More...
Go to the source code of this file.
Data Structures | |
| class | NetworkTCPSocketHandler |
| Base socket handler for all TCP sockets. More... | |
| class | TCPConnecter |
| "Helper" class for creating TCP connections in a non-blocking manner More... | |
| class | TCPServerConnecter |
Enumerations | |
| enum | SendPacketsState : uint8_t { SPS_CLOSED , SPS_NONE_SENT , SPS_PARTLY_SENT , SPS_ALL_SENT } |
| The states of sending the packets. More... | |
Basic functions to receive and send TCP packets.
Definition in file tcp.h.
| enum SendPacketsState : uint8_t |
The states of sending the packets.