| Package | Description |
|---|---|
| org.klomp.snark | I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features. |
| Modifier and Type | Method and Description |
|---|---|
int | Piece.compareTo(Piece op)Compares by highest priority first, then by rarest first. |
(package private) static boolean | PeerCoordinator.isStalled(Piece p,
long now,
long timeout)Checks if the piece has been requested but has received no data for longer than the timeout. |
| Constructor and Description |
|---|
PartialPiece(Piece piece,
int len,
File tempDir)A PartialPiece for the given piece with the specified length. |
PartialPiece(Piece piece,
int len,
File tempDir,
MetaInfo meta)A PartialPiece for the given piece with the specified length. |