Uses of Interface
net.i2p.router.transport.udp.ACKBitfield
-
Packages that use ACKBitfield Package Description net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. -
-
Uses of ACKBitfield in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return ACKBitfield Modifier and Type Method Description ACKBitfield
InboundMessageState. createACKBitfield()
Only call this if not complete.Methods in net.i2p.router.transport.udp with parameters of type ACKBitfield Modifier and Type Method Description boolean
OutboundMessageState. acked(ACKBitfield bitfield)
Ack all the fragments in the ack list.
-