Skip to main content

frame_within_bound

Function frame_within_bound 

Source
pub fn frame_within_bound(len: usize) -> bool
Expand description

Whether a frame body of len bytes is within PEX_MAX_FRAME. A caller MUST check this before allocating or reading the body (the stream binding checks the length prefix; the relay binding checks the WebSocket payload length).