パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | フィールド | 説明 |
---|---|---|
(package private) MagnetState |
Peer.magnetState |
shared across all peers on this torrent
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
MagnetState |
Peer.getMagnetState() |
Shared state across all peers, callers must sync on returned object
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
Peer.runConnection(I2PSnarkUtil util,
PeerListener listener,
BitField bitfield,
MagnetState mState,
boolean uploadOnly) |
Runs the connection to the other peer.
|