revert mistake
This commit is contained in:
parent
9288f08826
commit
e08718428e
@ -4751,7 +4751,7 @@ namespace libtorrent
|
||||
{
|
||||
if (m_disconnecting) return;
|
||||
|
||||
if (m_channel_state[upload_channel] & peer_info::bw_network) return;
|
||||
if (m_channel_state[upload_channel] & (peer_info::bw_network | peer_info::bw_limit)) return;
|
||||
|
||||
shared_ptr<torrent> t = m_torrent.lock();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user