Cought a few places where peers could be taken off the list but not removed for the purposes of rarest-first calculations.

This commit is contained in:
ragnarok
2005-10-21 01:09:31 +00:00
committed by zzz
parent 3816c79193
commit 6534c84578
2 changed files with 15 additions and 7 deletions

View File

@@ -69,6 +69,7 @@ class PeerCheckerTask extends TimerTask
if (!peer.isConnected())
{
it.remove();
coordinator.removePeerFromPieces(peer);
continue;
}