| 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 |
|---|---|
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 |
|---|---|
UDPPacket | PacketBuilder2.buildPacket(List<PacketBuilder.Fragment> fragments,
List<SSU2Payload.Block> otherBlocks,
SSU2Sender peer)Build a packet from multiple fragments and optional other blocks. |
UDPPacket | PacketBuilder2.buildSessionDestroyPacket(int reason,
SSU2Sender peer)Build a data packet with a termination block. |