Structs§
- Segment
Info - information on each segment received
- Stream
- unidirectional stream of a connection
Enums§
- Segment
Type - type-specific information for each segment
- SeqOffset
- represents offset from packet sequence number to absolute offset
Constants§
- MAX_
ALLOWED_ BUFFER_ SIZE - max allowed size of stream buffer
- MAX_
SEGMENTS_ INFO_ COUNT - max size of segments_info in eleemnts
- RESET_
MAX_ LOOKAHEAD - how far forward to allow reset packets
- RESET_
MAX_ LOOKBEHIND - how far back to allow reset packets
- SEQ_
WINDOW_ ADVANCE_ BY - how much to advance the sequence number window by
- SEQ_
WINDOW_ ADVANCE_ THRESHOLD - threshold for advancing the sequence number window
- SEQ_
WINDOW_ SIZE - size of the sequence number sliding window
Functions§
- in_
range_ wrapping - determine if
(base - before) <= value <= (base + after)
in GF(2^32)