|
OpenTTD Source 20260208-master-g43af8e94d0
|
Basic functions to listen for TCP connections. More...
#include "tcp.h"#include "../network.h"#include "../network_func.h"#include "../network_internal.h"#include "../../debug.h"#include "table/strings.h"Go to the source code of this file.
Data Structures | |
| class | TCPListenHandler< Tsocket, Tfull_packet, Tban_packet > |
| Template for TCP listeners. More... | |
Variables | |
| template<class Tsocket, PacketType Tfull_packet, PacketType Tban_packet> | |
| SocketList | TCPListenHandler< Tsocket, Tfull_packet, Tban_packet >::sockets |
Basic functions to listen for TCP connections.
Definition in file tcp_listen.h.
| SocketList TCPListenHandler< Tsocket, Tfull_packet, Tban_packet >::sockets |
Definition at line 173 of file tcp_listen.h.