-
Notifications
You must be signed in to change notification settings - Fork 231
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
header_included_v6 is broken on BSD OSes #534
Comments
jjnicola
added a commit
to jjnicola/socket2
that referenced
this issue
Oct 15, 2024
Broken since rust-lang#518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.
jjnicola
added a commit
to jjnicola/socket2
that referenced
this issue
Oct 15, 2024
Broken since rust-lang#518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.
jjnicola
added a commit
to jjnicola/socket2
that referenced
this issue
Oct 15, 2024
Broken since rust-lang#518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Broken since #518 - looks like BSD operating systems don't support
IP_HDRINCL
at theIPPROTO_IPV6
socket level like Linux and Windows; this is causing CI to fail. Happy to send a PR to exclude the function and tests from running on BSD operating systemsThe text was updated successfully, but these errors were encountered: