| Package | Description |
|---|---|
| net.i2p.router.networkdb.kademlia | Kademlia DHT implementation and floodfill router functionality for I2P. |
| Modifier and Type | Method and Description |
|---|---|
MessageWrapper.WrappedMessage | StoreState.getPendingMessage(Hash peer)Returns the pending message for the specified peer. |
(package private) static MessageWrapper.WrappedMessage | MessageWrapper.wrap(RouterContext ctx,
I2NPMessage m,
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(Hash peer,
MessageWrapper.WrappedMessage msg)Adds a pending message for tracking. |