Uses of Class
net.i2p.router.transport.udp.InboundMessageFragments.ModifiableLong
- 
Packages that use InboundMessageFragments.ModifiableLong 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 InboundMessageFragments.ModifiableLong in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp with parameters of type InboundMessageFragments.ModifiableLong Modifier and Type Method Description (package private) booleanPeerState. acked(long messageId, InboundMessageFragments.ModifiableLong highestSeqNumAcked)A full ACK was received.(package private) booleanPeerState. acked(ACKBitfield bitfield, InboundMessageFragments.ModifiableLong highestSeqNumAcked)A partial ACK was received. 
 -