DoxigAlpha

IORING_RECVSEND_BUNDLE

If set, send or recv will grab as many buffers from the buffer group ID given and send them all. The completion result will be the number of buffers send, with the starting buffer ID in cqe as per usual. The buffers be contigious from the starting buffer ID. Used with IOSQE_BUFFER_SELECT.

Source

Implementation

#
pub const IORING_RECVSEND_BUNDLE = 1 << 4