| 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. |
| org.klomp.snark.dht | Distributed Hash Table (DHT) implementation for BitTorrent. |
| Modifier and Type | Method and Description |
|---|---|
DHT | I2PSnarkUtil.getDHT()The main DHT instance, or null if disabled or not started. |
DHT | I2PSnarkUtil.getDHTForTorrent(byte[] ih)The DHT instance for the torrent, on the torrent's own destination, or the
shared DHT instance when multi-dest is disabled or the DHT is disabled. |
| Modifier and Type | Class and Description |
|---|---|
class | KRPCKademlia Remote Procedure Call implementation for BitTorrent DHT (BEP 5) adapted for I2P. |
class | TorrentKRPCA DHT instance for one or more torrents on a shared transient I2P session and
destination. |