*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-03-01 00:50:00 +00:00
parent 3108cd0182
commit 5d65eab1bd
8 changed files with 65 additions and 25 deletions

View File

@@ -74,6 +74,7 @@ namespace libtorrent
// TODO: this is a problem. DNS-lookup is blocking!
// (may block up to 5 seconds)
address a(hostname.c_str(), port);
if (c) c->m_tracker_address = a;
m_socket.reset(new socket(socket::udp, false));
m_socket->connect(a);