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 |
---|---|
static SSU2Bitfield |
SSU2Bitfield.fromACKBlock(long thru,
int acnt,
byte[] ranges,
int rangeCount) |
SSU2Bitfield |
PeerState2.getAckedMessages() |
SSU2Bitfield |
PeerStateDestroyed.getAckedMessages() |
SSU2Bitfield |
SSU2Sender.getAckedMessages() |
SSU2Bitfield |
PeerState2.getReceivedMessages() |
SSU2Bitfield |
PeerStateDestroyed.getReceivedMessages() |
SSU2Bitfield |
SSU2Sender.getReceivedMessages() |
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.
|