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.