Uses of Class
net.i2p.router.tunnel.pool.TunnelPeerSelector
Packages that use TunnelPeerSelector
-
Uses of TunnelPeerSelector in net.i2p.router.tunnel.pool
Subclasses of TunnelPeerSelector in net.i2p.router.tunnel.poolModifier and TypeClassDescription(package private) class
Pick peers randomly out of the fast pool, and put them into tunnels ordered by XOR distance from a random key.(package private) class
Pick peers randomly out of the not-failing pool, and put them into a tunnel ordered by XOR distance from a random key.Constructors in net.i2p.router.tunnel.pool with parameters of type TunnelPeerSelectorModifierConstructorDescription(package private)
TunnelPool
(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPeerSelector sel)