Uses of Class
net.i2p.router.transport.udp.SSU2Bitfield
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of SSU2Bitfield in net.i2p.router.transport.udp
Modifier and TypeMethodDescriptionstatic SSU2Bitfield
SSU2Bitfield.fromACKBlock
(long thru, int acnt, byte[] ranges, int rangeCount) (package private) SSU2Bitfield
PeerState2.getAckedMessages()
(package private) SSU2Bitfield
PeerState2.getReceivedMessages()
Modifier and TypeMethodDescriptionvoid
SSU2Bitfield.forEachAndNot
(SSU2Bitfield bf2, SSU2Bitfield.Callback cb) Callback for all bits set in this bitfield but not set in bf2.