we can send requests when we're choked (for allowed fast pieces)

This commit is contained in:
Arvid Norberg 2009-03-12 17:27:59 +00:00
parent 0de21dc815
commit f07ff08dd2
1 changed files with 0 additions and 1 deletions

View File

@ -2453,7 +2453,6 @@ namespace libtorrent
boost::shared_ptr<torrent> t = m_torrent.lock();
TORRENT_ASSERT(t);
if (has_peer_choked()) return;
if ((int)m_download_queue.size() >= m_desired_queue_size) return;
bool empty_download_queue = m_download_queue.empty();