oa_gateway_dds

Constant DEFAULT_MAX_SAMPLE_SIZE

Source
pub const DEFAULT_MAX_SAMPLE_SIZE: usize = _; // 16_777_216usize
Expand 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.