Constant MAX_FRAME_SIZE

Source
pub const MAX_FRAME_SIZE: usize = 65535; // 65_535usize
Expand description

The maximum frame size for WebSockets.

This constant defines the maximum size of a WebSocket frame that can be processed.