Expand description
Data-carousel module reassembly — collects DownloadDataBlocks into
complete modules per the DII’s moduleSize/blockSize announcement
(docs/iso_13818_6_carousel.md, “Module reassembly”).
Structs§
- Module
- A fully reassembled module.
- Module
Key - Identifies one module instance on the carousel.
- Module
Reassembler - Collects DDB blocks into complete modules.
Constants§
- DEFAULT_
MAX_ MODULE_ SIZE - Default cap on a single module’s announced
moduleSize. - DEFAULT_
MAX_ TOTAL_ BYTES - Default cap on the TOTAL bytes held across all in-progress modules — a hostile carousel rotating downloadId/moduleId/moduleVersion can otherwise multiply the per-module cap without bound.