|
OpenTTD Source 20260311-master-g511d3794ce
|
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 |
| Instantiate the sockets. | |
Basic functions to listen for TCP connections.
Definition in file tcp_listen.h.
| SocketList TCPListenHandler< Tsocket, Tfull_packet, Tban_packet >::sockets |
Instantiate the sockets.
Definition at line 180 of file tcp_listen.h.
Referenced by NetworkAddress::Listen(), and NetworkAddress::Resolve().