Skip to main content

Module nak

Module nak 

Source
Expand description

Negative Acknowledgment (NAK) PDU (small and large file variants).

Modules§

large
NAK PDU for large file transactions (64-bit offsets).
small
NAK PDU for small file transactions (32-bit offsets).

Structs§

NakSegmentRequest
A size-independent representation of a single NAK segment request.

Enums§

NakPdu
A parsed NAK PDU, dispatching between small and large file variants.
NakSegmentsIterator
An iterator over NAK segment requests, abstracting small and large variants.

Constants§

MAX_NAK_SEGMENTS
The maximum number of missing segment requests that can be included in a single NAK PDU.