fix for previous peer download rate check-in

This commit is contained in:
Arvid Norberg 2007-06-07 00:53:48 +00:00
parent a3a2217276
commit 2030420f9a
1 changed files with 4 additions and 4 deletions

View File

@ -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())
{