pub const DEFAULT_MAX_SAMPLE_SIZE: usize = _; // 16_777_216usizeExpand description
Largest DDS sample accepted from the domain, in bytes, before it is unwrapped or converted.
Matches OWP’s default frame limit. DDS has no handshake of its own to cap a sample’s size the way a WebSocket frame limit does, so this is a plain length check instead of a transport-level setting.