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 SO_BROADCAST and SO_LINGER to the list of defined constants #533

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nickrum
Copy link

@nickrum nickrum commented Sep 9, 2024

Instead of just defining the constants which are needed by Rust's standard library, would it make sense to simply expose all SO_ constants? And if so, would it be a good idea to simply use the definitions from the original header file instead of copying them over?

Fixes #531

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.

Some SO_* constants like SO_BROADCAST and SO_LINGER aren't defined
1 participant