pub const MAX_FRAME_SIZE: usize = 65536;
Maximum frame size (64KB).
Frames larger than this will be rejected to prevent memory exhaustion.