Module sequence_buffer

Module sequence_buffer 

Source
Expand description

Sequence buffers for tracking sent/received packets.

Structs§

SequenceBuffer
Circular buffer for tracking sequenced items with wrapping sequence numbers. Used by AcknowledgmentHandler to track received packets for ACK bitfield generation.

Functions§

sequence_greater_than
Compares sequence numbers with wrapping arithmetic.
sequence_less_than
Compares sequence numbers with wrapping arithmetic.