forked from premiere/premiere-libtorrent
fix for previous peer download rate check-in
This commit is contained in:
parent
a3a2217276
commit
2030420f9a
|
@ -746,10 +746,10 @@ namespace libtorrent
|
|||
&& !is_interesting()
|
||||
&& t->picker().piece_priority(index) != 0)
|
||||
t->get_policy().peer_is_interesting(*this);
|
||||
}
|
||||
|
||||
// update bytes downloaded since last timer
|
||||
m_remote_bytes_dled += t->torrent_file().piece_size(index);
|
||||
}
|
||||
|
||||
if (is_seed())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue