Replies: 1 comment
-
Multishot receive requests work only with provided buffers, see In short, it doesn't take a normal iovec, and it already can fill multiple buffers that it selects from the specified provided buffer pool. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does
io_uring_prep_recvmsg_multishot
support receiving into multiple buffers, i.e, whenmsghdr.msg_iovlen > 1
. I can't see any tests or examples based on this, but also don't see any prose prohibiting this.Beta Was this translation helpful? Give feedback.
All reactions