MAX_FRAME_SIZE

Constant MAX_FRAME_SIZE 

Source
pub const MAX_FRAME_SIZE: usize = 65535;
Expand description

The maximum frame size for WebSockets. This constant defines the maximum size of a WebSocket frame that/// can be processed.