Skip to main content

MAX_PAYLOAD_BYTES

Constant MAX_PAYLOAD_BYTES 

Source
pub const MAX_PAYLOAD_BYTES: usize = _; // 67_108_864usize
Expand description

Maximum payload size accepted by the codec: 64 MiB. Receivers reject oversized frames instead of allocating unbounded memory.