mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-28 13:30:29 +09:00
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: Jens Axboe <axboe@kernel.dk>