Struct io_uring::opcode::AcceptMulti
source · pub struct AcceptMulti { /* private fields */ }
Expand description
Accept multiple new connections on a socket.
Set the allocate_file_index
property if fixed file table entries should be used.
Implementations§
source§impl AcceptMulti
impl AcceptMulti
pub fn new(fd: impl UseFixed) -> Self
sourcepub const CODE: u8 = 13u8
pub const CODE: u8 = 13u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.