pub const FRAME_HEADER_SIZE: usize = 5;
Size of the frame header fields that sit between the length prefix and the CBOR payload: [id: u32 BE][flags: u8] = 5 bytes.
[id: u32 BE][flags: u8]