forked from I2P_Developers/i2p.i2p
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:
@@ -69,6 +69,7 @@ class PeerCheckerTask extends TimerTask
|
||||
if (!peer.isConnected())
|
||||
{
|
||||
it.remove();
|
||||
coordinator.removePeerFromPieces(peer);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user