forked from I2P_Developers/i2p.i2p
* i2psnark: Clean up and enhance the PeerCoordinator's partial piece handling,
in preparation for more improvements
This commit is contained in:
@ -5,7 +5,10 @@ import java.util.Set;
|
||||
|
||||
import net.i2p.util.ConcurrentHashSet;
|
||||
|
||||
public class Piece implements Comparable {
|
||||
/**
|
||||
* This class is used solely by PeerCoordinator.
|
||||
*/
|
||||
class Piece implements Comparable {
|
||||
|
||||
private int id;
|
||||
private Set<PeerID> peers;
|
||||
|
Reference in New Issue
Block a user