Skip to main content

FRAME_HEADER_SIZE

Constant FRAME_HEADER_SIZE 

Source
pub const FRAME_HEADER_SIZE: usize = 5;
Expand description

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