| Package | Description |
|---|---|
| net.i2p.router | The I2P router application handles I2P network communication. |
| net.i2p.router.dummy | Dummy implementations and stub classes for testing purposes. |
| net.i2p.router.peermanager | Peer management, profiling, and capacity calculation for I2P network optimization. |
| 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 | DummyPeerManagerFacadeManage 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 | PeerManagerFacadeImplBase implementation that has simple algorithms and periodically saves state |