| 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 | Method and Description |
|---|---|
(package private) PeerStateDestroyed |
UDPTransport.getRecentlyClosed(long rcvConnID)
Was the state for this SSU2 receive connection ID recently closed?
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
UDPTransport.addRecentlyClosed(PeerStateDestroyed peer)
Start listening for packets on a destroyed connection
|
(package private) void |
UDPTransport.removeRecentlyClosed(PeerStateDestroyed peer)
Stop listening for packets on a destroyed connection
|