-
Notifications
You must be signed in to change notification settings - Fork 234
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
Support Socket::{join_multicast_v4_n, leave_multicast_v4_n} on OpenBSD #292
Comments
I just checked and a recent commit: rust-lang/libc@2cfa3e9 seems to have added it. Maybe it's just a case of waiting for a new release? |
@niklasha It seems that comment is already in v0.2.114 based on the git tags, if you have an OpenBSD install handy could you check that socket2 works with libc v0.2.114? |
Hello, my name is Robert Wahlstedt and I would like to help with this issue |
Great! I tried to keep everything working on OpenBSD, but the OpenBSD target not being distributed via rustup makes it a lot harder. I think the easiest place to start is get the tests running and passing on OpenBSD. This means you'll likely have to add a bunch of Lines 387 to 397 in 4c43681
|
Great, I'd get started on it |
All configured tests run already, but perhaps you were referring only to Line 1237 in 4c43681
|
and @Thomasdezeeuw I am sorry, I forgot all about your request from January 29, but I'll gladly let @robwahl do this deed instead :-) |
Effectively reverting #291. Requires
ip_mreqn
to be added to libc.The text was updated successfully, but these errors were encountered: