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 |
---|---|
UDPPacketReader.SessionConfirmedReader |
UDPPacketReader.getSessionConfirmedReader() |
Modifier and Type | Method and Description |
---|---|
void |
InboundEstablishState.receiveSessionConfirmed(UDPPacketReader.SessionConfirmedReader conf)
Note that while a SessionConfirmed could in theory be fragmented,
in practice a RouterIdentity is 387 bytes and a single fragment is 512 bytes max,
so it will never be fragmented.
|