Skip to content
Commit 17f2fe35 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: add support for IORING_OP_ACCEPT



This allows an application to call accept4() in an async fashion. Like
other opcodes, we first try a non-blocking accept, then punt to async
context if we have to.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent de2ea4b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment