Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

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.

linux.IORING_RECVSEND_BUNDLE
pub const IORING_RECVSEND_BUNDLE = 1 << 4

File

lib/std/os/linux.zig:7403

Code

pub const IORING_RECVSEND_BUNDLE = 1 << 4