pub const DEFAULT_MAX_WS_FRAME_SIZE: usize = KB_64; // 65_536usize
The default maximum WebSocket frame size. This constant defines the maximum size of a WebSocket frame to prevent excessive memory usage and potential attacks.