pub const MAX_FRAME_SIZE: usize = _; // 16_777_216usize
Maximum allowed frame payload size. Guards read_frame against a malformed length prefix that could trigger multi-GiB allocations.
read_frame