OpenTTD Source
12.0-beta2
|
#include "address.h"
#include "packet.h"
#include <atomic>
#include <chrono>
#include <map>
#include <thread>
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.