fixed broadcast_lsd option. in trunk, redefined it to only broadcast every 8th packet
This commit is contained in:
@@ -252,7 +252,7 @@ namespace libtorrent
|
||||
for (std::list<socket_entry>::iterator i = m_unicast_sockets.begin()
|
||||
, end(m_unicast_sockets.end()); i != end; ++i)
|
||||
{
|
||||
if (i->socket) continue;
|
||||
if (!i->socket) continue;
|
||||
i->socket->set_option(option, ec);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user