Package | Description |
---|---|
net.i2p.router.networkdb.kademlia |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FloodOnlySearchJob
Try sending a search to some floodfill peers, failing completely if we don't get
a match from one of those peers, with no fallback to the kademlia search
Exception (a semi-exception, since we still fail completely without fallback):
If we don't know any floodfill peers, we ask a couple of peers at random,
who will hopefully reply with some floodfill keys.
|
(package private) class |
SingleSearchJob
Ask a single peer for a single key.
|