Skip to content

Conversation

@liujinhui-job
Copy link
Contributor

For the sendmsg function, the msg parameter is an input-only parameter, not an input-output parameter. The interface does not modify the user-provided msg structure, and no conversion is required after the send operation completes.

For the iovec_share2local interface, regarding functions like readv and recvmsg, the FreeBSD-side interfaces do not modify the iov_len of the iovec structures. Since we have already invoked msghdr_share_alloc, which synchronizes the variable sizes of the iovec, there is no need to offset the iov_base

@jfb8856606 jfb8856606 merged commit 352ffae into F-Stack:dev Nov 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants