Igor Anić bec36aa7c0 io_uring: add multishot accept operation
Server networking application typically accept multiple connections. Multishot
accept simplifies handling these situations. Applications submits once and
receives CQE whenever a new connection request comes in.

Multishot is active until it is canceled or experience error. While active, and
further notification are expected CQE completion will have IORING_CQE_F_MORE set
in the flags. If this flag isn't set, the application must re-arm this request
by submitting a new one.

Reference: [io_uring and networking in 2023](https://github.com/axboe/liburing/wiki/io_uring-and-networking-in-2023#multi-shot)
2023-11-06 00:12:39 +02:00
..
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-10-23 22:42:18 -04:00
2023-07-31 03:49:21 -04:00
2023-07-31 03:49:21 -04:00
2023-10-25 04:28:30 -04:00
2023-07-31 03:49:21 -04:00