forked from premiere/premiere-libtorrent
merged RC_1_1 into master
This commit is contained in:
commit
fb66419791
|
@ -1217,7 +1217,10 @@ namespace {
|
||||||
if (!m_supports_dht_port)
|
if (!m_supports_dht_port)
|
||||||
{
|
{
|
||||||
m_supports_dht_port = true;
|
m_supports_dht_port = true;
|
||||||
write_dht_port();
|
// if we're done with the handshake, respond right away, otherwise
|
||||||
|
// we'll send the DHT port later
|
||||||
|
if (m_sent_handshake)
|
||||||
|
write_dht_port();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue