Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.dummy |
Dummy versions of things for testing.
|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
Modifier and Type | Method | Description |
---|---|---|
NetworkDatabaseFacade |
RouterContext.netDb() |
Our db cache
|
Modifier and Type | Class | Description |
---|---|---|
class |
DummyNetworkDatabaseFacade |
Modifier and Type | Class | Description |
---|---|---|
class |
FloodfillNetworkDatabaseFacade |
The network database
|
class |
KademliaNetworkDatabaseFacade |
Kademlia based version of the network database.
|