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-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-10-31 21:37:35 -04:00
2023-10-21 21:24:55 +00:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-10-27 23:31:20 -04:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-10-21 21:24:55 +00:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-04-22 13:09:15 +03:00
2023-10-02 15:31:49 -06:00
2023-10-23 22:42:18 -04:00
2023-10-31 21:37:35 -04:00
2023-10-02 15:31:49 -06:00
2023-10-21 21:24:55 +00:00
2023-10-29 07:20:36 -04:00
2023-10-31 21:37:35 -04:00
2023-10-25 04:28:30 -04:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-11-03 23:18:21 -04:00
2023-10-27 03:33:49 -04:00
2023-10-26 22:35:38 -04:00
2023-10-21 21:24:55 +00:00
2023-10-21 21:24:55 +00:00