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 |
---|---|
(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
|