-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendmmsg
/ recvmmsg
#1156
Labels
enhancement
New feature or request
Comments
As a heads up to anyone working on this, musl and glibc have different types for the msg_iovlen, msg_controllen, and cmsg_len fields, which is something to watch out for. |
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Sep 18, 2024
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Sep 18, 2024
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Sep 18, 2024
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Sep 18, 2024
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Sep 19, 2024
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Sep 19, 2024
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Oct 3, 2024
https://man7.org/linux/man-pages/man2/sendmmsg.2.html Partially addresses bytecodealliance#1156. Signed-off-by: Colin Marc <[email protected]>
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Oct 3, 2024
https://man7.org/linux/man-pages/man2/sendmmsg.2.html Partially addresses bytecodealliance#1156. Signed-off-by: Colin Marc <[email protected]>
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Oct 18, 2024
https://man7.org/linux/man-pages/man2/sendmmsg.2.html Partially addresses bytecodealliance#1156. Signed-off-by: Colin Marc <[email protected]>
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Oct 18, 2024
https://man7.org/linux/man-pages/man2/sendmmsg.2.html Partially addresses bytecodealliance#1156. Signed-off-by: Colin Marc <[email protected]>
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Oct 18, 2024
https://man7.org/linux/man-pages/man2/sendmmsg.2.html Partially addresses bytecodealliance#1156. Signed-off-by: Colin Marc <[email protected]>
colinmarc
added a commit
to colinmarc/rustix
that referenced
this issue
Oct 18, 2024
https://man7.org/linux/man-pages/man2/sendmmsg.2.html Partially addresses bytecodealliance#1156. Signed-off-by: Colin Marc <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to support
sendmmsg
andrecvmmsg
inrustix::net
.The text was updated successfully, but these errors were encountered: