OpenTTD Source
12.0-beta2
|
#include "../../stdafx.h"
#include "../../thread.h"
#include "tcp.h"
#include "../network_coordinator.h"
#include "../network_internal.h"
#include <deque>
#include "../../safeguards.h"
Go to the source code of this file.
Variables | |
static std::vector< TCPConnecter * > | _tcp_connecters |
List of connections that are currently being created. | |
Basic functions to create connections without blocking.
Definition in file tcp_connect.cpp.