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 | Class and Description |
---|---|
(package private) class |
OutboundEstablishState2
Data for a new connection being established, where we initiated the
connection with a remote peer.
|
Modifier and Type | Method and Description |
---|---|
(package private) OutboundEstablishState |
EstablishmentManager.getOutboundState(RemoteHostId from)
Grab the active establishing state
|
Modifier and Type | Method and Description |
---|---|
(package private) PeerState |
EstablishmentManager.receiveData(OutboundEstablishState state)
A data packet arrived on an outbound connection being established, which
means its complete (yay!).
|
(package private) void |
EstablishmentManager.receiveSessionDestroy(RemoteHostId from,
OutboundEstablishState state)
Got a SessionDestroy during outbound establish
SSU 2
|