| Package | Description |
|---|---|
| net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
| Modifier and Type | Method and Description |
|---|---|
MessageWrapper.WrappedMessage |
StoreState.getPendingMessage(net.i2p.data.Hash peer) |
(package private) static MessageWrapper.WrappedMessage |
MessageWrapper.wrap(RouterContext ctx,
I2NPMessage m,
net.i2p.data.Hash from,
RouterInfo to)
Garlic wrap a message from a client or this router, destined for a router,
to hide the contents from the OBEP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreState.addPending(net.i2p.data.Hash peer,
MessageWrapper.WrappedMessage msg) |