OpenTTD Source
20241111-master-gce64d5f5d9
|
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 { 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 |
The states of sending the packets.