| 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 | Field and Description |
|---|---|
protected ConcurrentMap<Long,InboundMessageState> |
PeerState._inboundMessages
list of InboundMessageState for active message
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Map<Long,InboundMessageState> |
PeerState.getInboundMessages()
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageReceiver.receiveMessage(InboundMessageState state)
This queues the message for processing.
|