OpenTTD
|
Basic functions to create connections without blocking. More...
#include "../../stdafx.h"
#include "../../thread/thread.h"
#include "tcp.h"
#include "../../safeguards.h"
Go to the source code of this file.
Variables | |
static SmallVector < TCPConnecter *, 1 > | _tcp_connecters |
List of connections that are currently being created. |
Basic functions to create connections without blocking.
Definition in file tcp_connect.cpp.