OpenTTD Source  12.0-beta2
tcp_connect.cpp File Reference
#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.
 

Detailed Description

Basic functions to create connections without blocking.

Definition in file tcp_connect.cpp.