MAX_FRAME_SIZE

Constant MAX_FRAME_SIZE 

Source
pub const MAX_FRAME_SIZE: usize = 65536;
Expand description

Maximum frame size (64KB).

Frames larger than this will be rejected to prevent memory exhaustion.