| Package | Description |
|---|---|
| org.klomp.snark.dht |
Distributed Hash Table (DHT) implementation for BitTorrent.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
DHTTracker.announce(InfoHash ih,
Hash hash,
boolean isSeed) |
(package private) List<Hash> |
DHTTracker.getPeers(InfoHash ih,
int max,
boolean noSeeds)
Caller's responsibility to remove himself from the list
|
(package private) void |
DHTTracker.unannounce(InfoHash ih,
Hash hash) |
| Constructor and Description |
|---|
TokenKey(NID nID,
InfoHash ih)
Creates a new token key by combining a node ID with an info hash.
|