-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add ip_mreqn
on more platforms
#2625
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
ip_mreqn
on Apple and Androidip_mreqn
on more platforms
The failure on freebsd 14 seems to be spurious, but I don't think I can cause it to retry. |
Just push a new commit |
You can do
To trigger a CI rebuild. |
Is that necessary to get a review? |
The code looks fine, I'd just like CI to pass before merging. @bors r+ |
📌 Commit 163272b has been approved by |
Add `ip_mreqn` on more platforms See individual commits; please do not squash on merge. `@Thomasdezeeuw`
💔 Test failed - checks-actions |
Available since macOS 10.7. See https://developer.apple.com/documentation/kernel/ip_mreqn.
@Amanieu thanks, this is green now. |
This was added in FreeBSD 13.0.0. See freebsd/freebsd-src@0dfc145a.
This was added to Android's libc (bionic) in 2013. See https://cs.android.com/android/_/android/platform/bionic/+/655a7c081f83b8351ed5f11a6c6accd9458293a8.
@bors r+ |
📌 Commit 037d741 has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Release v0.2.113 To include #2625. Unblocks rust-lang/socket2#284
Define ip_mreqn on OpenBSD Essentially an extension of #2625 Reference: https://man.openbsd.org/ip.4
See individual commits; please do not squash on merge. @Thomasdezeeuw