File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/network/core/tcp_connect.cpp
Show inline comments
 
@@ -16,13 +16,13 @@
 

	
 
#include "tcp.h"
 

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

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

	
 
/**
 
 * Create a new connecter for the given address
 
 * @param address the (un)resolved address to connect to
 
 */
 
TCPConnecter::TCPConnecter(const NetworkAddress &address) :