net.i2p.router.tunnel.pool
class ClientPeerSelector extends TunnelPeerSelector
Constructor and Description |
---|
ClientPeerSelector() |
Modifier and Type | Method and Description |
---|---|
List<Hash> |
selectPeers(RouterContext ctx,
TunnelPoolSettings settings)
Which peers should go into the next tunnel for the given settings?
|
filterSlow, filterUnreachable, filterUptime, getExclude, getLength, orderPeers, selectExplicit, shouldExclude, shouldSelectExplicit
public List<Hash> selectPeers(RouterContext ctx, TunnelPoolSettings settings)
TunnelPeerSelector
selectPeers
in class TunnelPeerSelector