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 |
---|---|
UDPPacket |
PacketBuilder2.buildRetryPacket(InboundEstablishState2 state,
int terminationCode)
Build a new Retry packet for the given peer, encrypting it
as necessary.
|
UDPPacket |
PacketBuilder2.buildSessionCreatedPacket(InboundEstablishState2 state)
Build a new SessionCreated packet for the given peer, encrypting it
as necessary.
|
(package private) void |
EstablishmentManager.receiveSessionConfirmed(InboundEstablishState2 state,
UDPPacket packet)
got a SessionConfirmed (should only happen as part of an inbound
establishment)
SSU 2 only.
|
(package private) void |
EstablishmentManager.receiveSessionOrTokenRequest(RemoteHostId from,
InboundEstablishState2 state,
UDPPacket packet)
Got a SessionRequest OR a TokenRequest (initiates an inbound establishment)
SSU 2 only.
|