Uses of Class
net.i2p.router.tunnel.pool.ConnectChecker
Package | Description |
---|---|
net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
-
Uses of ConnectChecker in net.i2p.router.tunnel.pool
Subclasses of ConnectChecker in net.i2p.router.tunnel.pool Modifier and Type Class Description (package private) class
ClientPeerSelector
Pick peers randomly out of the fast pool, and put them into tunnels ordered by XOR distance from a random key.(package private) class
ExploratoryPeerSelector
Pick peers randomly out of the not-failing pool, and put them into a tunnel ordered by XOR distance from a random key.class
TunnelPeerSelector
Coordinate the selection of peers to go into a tunnel for one particular pool.