Skip to content
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

Add a new ReturnFlags type for flags returned from recvmsg #1288

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

sunfishcode
Copy link
Member

RecvMsgReturn's flags field was previously RecvFlags, however recvmsg returns a different set of flags than that. To address that, add a new type, ReturnFlags, which contains the flags that are returned from recvmsg.

Fixes #1287.

`RecvMsgReturn`'s `flags` field was previously `RecvFlags`, however
`recvmsg` returns a different set of flags than that. To address that,
add a new type, `ReturnFlags`, which contains the flags that are
returned from `recvmsg`.

Fixes #1287.
@sunfishcode sunfishcode force-pushed the sunfishcode/return-flags branch from b0c0afa to c5bbdd6 Compare January 24, 2025 05:56
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.

Feature request: add missing RecvFlags for recvmsg
1 participant