You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Socket::send_msg_with_flags and Socket::recv_msg_with_flags
Motivation: Existing methods send_msg and recv_msg do not expose
the full capabilities of the sendmsg() and recvmsg() syscalls.
Changes: Add these to methods that expose the flag argument.
Rewrite send_msg and recv_msg to use the _with_flags_version
0 commit comments