Uses of Interface
net.i2p.router.transport.udp.ACKBitfield
Packages that use ACKBitfield
Package
Description
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 ACKBitfieldModifier and TypeMethodDescriptionInboundMessageState.createACKBitfield()Only call this if not complete.UDPPacketReader.DataReader.readACKBitfields()Methods in net.i2p.router.transport.udp with parameters of type ACKBitfieldModifier and TypeMethodDescriptionbooleanOutboundMessageState.acked(ACKBitfield bitfield) Ack all the fragments in the ack list.(package private) booleanPeerState.acked(ACKBitfield bitfield, InboundMessageFragments.ModifiableLong highestSeqNumAcked) A partial ACK was received.Method parameters in net.i2p.router.transport.udp with type arguments of type ACKBitfieldModifier and TypeMethodDescriptionPacketBuilder.buildACK(PeerState peer, List<ACKBitfield> ackBitfields) Build the ack packet.PacketBuilder.buildPacket(OutboundMessageState state, int fragment, PeerState peer, Collection<Long> ackIdsRemaining, int newAckCount, List<ACKBitfield> partialACKsRemaining) This builds a data packet (PAYLOAD_TYPE_DATA).(package private) voidPeerState.fetchPartialACKs(List<ACKBitfield> rv) SSU 1 only.(package private) voidPeerState2.fetchPartialACKs(List<ACKBitfield> rv)