| Package | Description |
|---|---|
| net.i2p.router.tunnel.pool | Tunnel pool management, creation, and peer selection for I2P's anonymous routing system. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | ClientPeerSelectorPick peers randomly out of the fast pool, and put them into tunnels
ordered by XOR distance from a random key. |
(package private) class | ExploratoryPeerSelectorPick peers randomly out of the not-failing pool, and put them into a tunnel
ordered by XOR distance from a random key. |
| Constructor and Description |
|---|
TunnelPool(RouterContext ctx,
TunnelPoolManager mgr,
TunnelPoolSettings settings,
TunnelPeerSelector sel)Tunnel pool |