359 msg <<
"Trying to connect to " <<
fEndpoint <<
"...";
372 boost::system::error_code ec;
376 msg <<
"No target address... connection attempt postponed.";
379 tcp::resolver resolver(get_io_service());
382 tcp::resolver::iterator iterator = resolver.resolve(query, ec);
384 msg <<
"Trying to connect to " <<
URL() <<
"...";
390 msg <<
" " << ec.message() <<
" (" << ec <<
")";
boost::asio::deadline_timer fConnectionTimer
void AsyncWait(boost::asio::deadline_timer &timer, int millisec, void(Connection::*handler)(const boost::system::error_code &))
void HandleConnectionTimer(const boost::system::error_code &error)
ConnectionStatus_t fConnectionStatus
boost::asio::ip::tcp::endpoint fEndpoint
int Error(const std::string &str)
int Info(const std::string &str)