| Package | Description |
|---|---|
| net.i2p.router.tunnel | Core tunnel management, message processing, and encryption for I2P's anonymous routing system. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | PumpedTunnelGatewayThis class represents a tunnel gateway with multiple hops that accepts messages,
then coalesces and fragments them before sending them down the tunnel. |
(package private) class | ThrottledPumpedTunnelGatewaySpecialized pumped tunnel gateway for inbound gateways (IBGWs) that throttles messages
by checking bandwidth usage before queuing them. |
(package private) class | TunnelGatewayZeroHopServe as the gatekeeper for a tunnel with no hops, either inbound or outbound. |