Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.peermanager |
The peer manager logs information about the history and quality of network peers.
|
net.i2p.router.web |
Class and Description |
---|
ProfileOrganizer
Keep the peer profiles organized according to the tiered model.
|
Class and Description |
---|
DBHistory
History of NetDb related activities (lookups, replies, stores, etc)
|
PeerManager
Manage the current state of the statistics
All the capabilities methods appear to be almost unused -
TunnelPeerSelector just looks for unreachables, and that's it?
If so, a lot of this can go away, including the array of 26 ArrayLists,
and a lot of synchronization on _capabilitiesByPeer.
|
PeerProfile
Copied from http://www.i2p2.i2p/how_peerselection.html
See also main() below for additional commentary by zzz.
|
TunnelHistory
Tunnel related history information
|
Class and Description |
---|
ProfileOrganizer
Keep the peer profiles organized according to the tiered model.
|