io_uring_prep_write on socket · Issue #370 · axboe/liburing...
Is doesn't seem to be possible to do a io_uring_prep_write on sockets, as there is apparently no way to tell io_uring to ignore the offset argument, and the completion result is -EPIPE. This seems inconsistent