| 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 | InboundGatewayProcessorOverride the hop processor to seed the message with a random
IV. |
| Constructor and Description |
|---|
OutboundTunnelEndpoint(RouterContext ctx,
HopConfig config,
HopProcessor processor)Binds the context, config, and processor, sizing the RED queue to the allocated bandwidth. |
TunnelParticipant(RouterContext ctx,
HopConfig config,
HopProcessor processor)For intermediate tunnel participant (not endpoint). |