Struct io_uring::opcode::Accept [−][src]
pub struct Accept { /* fields omitted */ }Expand description
Accept a new connection on a socket, equivalent to accept4(2).
Implementations
The opcode of the operation. This can be passed to
Probe::is_supported to check if this operation is
supported with the current kernel.