| Package | Description |
|---|---|
| net.i2p.data.i2np | This package defines the low-level messages sent between routers,
called Invisible Internet Network Protocol (I2NP). |
| net.i2p.router.tunnel.pool | Tunnel pool management, creation, and peer selection for I2P's anonymous routing system. |
| Modifier and Type | Class and Description |
|---|---|
class | OutboundTunnelBuildReplyMessageSent from the OBEP to the tunnel creator via an inbound tunnel. |
class | ShortTunnelBuildReplyMessageInternal use only, to convert an inbound STBM to a reply. |
class | VariableTunnelBuildReplyMessageTransmitted from the new outbound endpoint to the creator through a
reply tunnel. |
| Modifier and Type | Method and Description |
|---|---|
BuildReplyHandler.Result[] | BuildReplyHandler.decrypt(TunnelBuildReplyMessage reply,
TunnelCreatorConfig cfg,
List<Integer> recordOrder)Decrypt the tunnel build reply records. |