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

Added IP_ADD_MEMBERSHIP to Socket_Option on Linux #4776

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

candtechsoftware
Copy link
Contributor

Added IP_ADD_MEMBERSHIP Socket option on linux as I discovered it was missing when trying to create a mutlicast server. Could possibly be added to net.Socket_Option but not sure about the interop with window but I know macos and linux use it.

Manual link: https://man7.org/linux/man-pages/man7/ip.7.html
linux ref link: https://github.com/torvalds/linux/blob/72deda0abee6e705ae71a93f69f55e33be5bca5c/include/uapi/linux/in.h#L153

@candtechsoftware candtechsoftware marked this pull request as ready for review January 30, 2025 04:18
@candtechsoftware candtechsoftware changed the title Added IP_ADD_MEMBERSHIP Socket Option on Linux Added IP_ADD_MEMBERSHIP to Socket_Option on Linux Jan 30, 2025
@Kelimion Kelimion merged commit 77c91c8 into odin-lang:master Jan 30, 2025
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