Skip to main content

MAX_FRAME_SIZE

Constant MAX_FRAME_SIZE 

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

Maximum allowed frame payload size. Guards read_frame against a malformed length prefix that could trigger multi-GiB allocations.