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.peermanager |
The peer manager logs information about the history and quality of network peers.
|
Modifier and Type | Method and Description |
---|---|
PeerManagerFacade |
RouterContext.peerManager()
Minimal interface for selecting peers for various tasks based on given
criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyPeerManagerFacade
Manage peer references and keep them up to date so that when asked for peers,
it can provide appropriate peers according to the criteria provided.
|
Modifier and Type | Class and Description |
---|---|
class |
PeerManagerFacadeImpl
Base implementation that has simple algorithms and periodically saves state
|