| 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 | Class and Description |
|---|---|
(package private) class |
PeerState
Manages the state and protocol logic for a BitTorrent peer connection.
This class tracks peer interest/choking status, piece availability, request queues, and handles all BitTorrent protocol message processing. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
PeerConnectionOut.sendPiece(int piece,
int begin,
int length,
DataLoader loader)
Queue a piece message with a callback to load the data from disk when required.
|
| Constructor and Description |
|---|
Message(int piece,
int begin,
int length,
DataLoader loader)
For type PIECE with deferred data
|