Skip to main content

Module segment

Module segment 

Source
Expand description

Reassembly of segmented PVA messages.

Structs§

SegmentReassembler
Reassembles segmented PVA messages.

Enums§

SegmentOutcome
What SegmentReassembler::push did with the frame it was given.

Constants§

DEFAULT_MAX_MESSAGE_BYTES
Default ceiling on a reassembled message, in bytes. Chosen to admit large NTNDArray frames while keeping the rewritten payload_length inside u32.