Skip to main content

MAX_OFFER_PARTS

Constant MAX_OFFER_PARTS 

Source
pub const MAX_OFFER_PARTS: usize = 8;
Expand description

Max buffer parts accepted by AeronPublication::offer_parts / AeronExclusivePublication::offer_parts — the aeron_iovec_t array is built on the stack, so it has a fixed capacity. Use the raw offerv with your own iovec array for larger gathers.