File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/network/core/tcp_connect.cpp
Show inline comments
 
@@ -15,12 +15,14 @@
 

	
 
#include "../../stdafx.h"
 
#include "../../thread/thread.h"
 

	
 
#include "tcp.h"
 

	
 
#include "../../safeguards.h"
 

	
 
/** List of connections that are currently being created */
 
static SmallVector<TCPConnecter *,  1> _tcp_connecters;
 

	
 
/**
 
 * Create a new connecter for the given address
 
 * @param address the (un)resolved address to connect to