Skip to main content

MAX_COMPLETIONS_PER_EVENT

Constant MAX_COMPLETIONS_PER_EVENT 

Source
pub const MAX_COMPLETIONS_PER_EVENT: u32 = 64; // 64u32
Expand description

Limit on the number of completions delivered in a single OnCompletion event to avoid exceeding the Zircon channel message size limit (ZX_CHANNEL_MAX_MSG_BYTES = 64KB) even with scatter-gather buffer chaining.