| Package | Description |
|---|---|
| net.i2p.router.transport.udp | The UDP transport (also known as 'SSU' or Secure Semi-reliable UDP transport)
for I2P, allowing I2P messages to be passed over UDP connections. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | InboundEstablishState2Data for a new connection being established, where the remote peer has
initiated the connection with us. |
(package private) class | OutboundEstablishState2Data for a new connection being established, where we initiated the
connection with a remote peer. |
class | PeerState2Contain all of the state about a UDP connection to a peer. |
(package private) class | PeerStateDestroyedSmall, stub version of PeerState2, for handling destroy acks
with possible tokens in them. |
| Modifier and Type | Method and Description |
|---|---|
static int | SSU2Payload.processPayload(I2PAppContext ctx,
SSU2Payload.PayloadCallback cb,
byte[] payload,
int off,
int length,
boolean isHandshake,
RemoteHostId from)Incoming payload. |