Package | Description |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Method and Description |
---|---|
(package private) InboundEstablishState |
EstablishmentManager.getInboundState(RemoteHostId from)
Grab the active establishing state
|
Modifier and Type | Method and Description |
---|---|
UDPPacket |
PacketBuilder.buildSessionCreatedPacket(InboundEstablishState state,
int externalPort,
SessionKey ourIntroKey)
Build a new SessionCreated packet for the given peer, encrypting it
as necessary.
|
UDPPacket |
PacketBuilder.buildSessionDestroyPacket(InboundEstablishState peer)
Build a destroy packet, which contains a header but no body.
|