|
OpenTTD Source 20260621-master-g720d10536d
|
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 |
| TCPConnecter that resolves the server invite code if needed before connecting. More... | |
Enumerations | |
| enum class | SendPacketsState : uint8_t { Closed , NoneSent , PartlySent , AllSent } |
| The states of sending the packets. More... | |
Basic functions to receive and send TCP packets.
Definition in file tcp.h.
|
strong |