Package | Description |
---|---|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
Modifier and Type | Method and Description |
---|---|
MessageWrapper.WrappedMessage |
StoreState.getPendingMessage(Hash 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) |