OVERHEAD_MAX

Constant OVERHEAD_MAX 

Source
pub const OVERHEAD_MAX: usize = _; // 16usize
Expand description

Worst-case envelope overhead: token, the longest cursor, the longest REMAINING, and the end marker.

Sizing a payload budget against this rather than against a particular envelope keeps a fragment that acquires a cursor from overflowing the frame it was measured for.