| 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 |
|---|---|
static SSU2Bitfield | SSU2Bitfield.fromACKBlock(long thru,
int acnt,
byte[] ranges,
int rangeCount) |
SSU2Bitfield | SSU2Sender.getAckedMessages()Bitfield of acked messages. |
SSU2Bitfield | PeerStateDestroyed.getAckedMessages()No-op, we don't care what was acked. |
SSU2Bitfield | PeerState2.getAckedMessages()Bitfield of messages acknowledged to the peer. |
SSU2Bitfield | SSU2Sender.getReceivedMessages()Bitfield of received messages. |
SSU2Bitfield | PeerStateDestroyed.getReceivedMessages()The received messages bitfield. |
SSU2Bitfield | PeerState2.getReceivedMessages()Bitfield of messages received from the peer. |
| Modifier and Type | Method and Description |
|---|---|
void | SSU2Bitfield.forEachAndNot(SSU2Bitfield bf2,
SSU2Bitfield.Callback cb)Callback for all bits set in this bitfield but not set in bf2. |