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 |
---|---|
List<Hash> |
PeerManagerFacade.selectPeers(PeerSelectionCriteria criteria)
Select peers from the manager's existing routing tables according to
the specified criteria.
|
Modifier and Type | Method and Description |
---|---|
List<Hash> |
DummyPeerManagerFacade.selectPeers(PeerSelectionCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
(package private) List<Hash> |
PeerManager.selectPeers(PeerSelectionCriteria criteria)
Find some peers that meet the criteria and we have the netDb info for locally.
|
List<Hash> |
PeerManagerFacadeImpl.selectPeers(PeerSelectionCriteria criteria) |