Package | Description |
---|---|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PumpedTunnelGateway
This is used for all gateways with more than zero hops.
|
(package private) class |
ThrottledPumpedTunnelGateway
Same as PTG, but check to see if a message should be dropped before queueing it.
|
(package private) class |
TunnelGatewayZeroHop
Serve as the gatekeeper for a tunnel with no hops, either inbound or outbound.
|