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

Fix: header_included_v6 is broken on BSD OSes #535

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

jjnicola
Copy link
Contributor

See #534

Broken since #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.

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
Copy link
Contributor Author

Hello! I would love to have it merge and available via cargo together with #518 . I really need this feature for continue with my work in the PR mentioned above. Is there any thing else I can do ? Thanks in advance.

@Thomasdezeeuw Thomasdezeeuw merged commit 68de29b into rust-lang:master Nov 21, 2024
42 checks passed
@Thomasdezeeuw
Copy link
Collaborator

Thanks @jjnicola

@jjnicola jjnicola deleted the ip-hdrincl-v6-bsd branch November 21, 2024 12:25
@jjnicola
Copy link
Contributor Author

Thanks you! Do you know when these changes will be into the crate?
Best regards!

@Thomasdezeeuw
Copy link
Collaborator

Thanks you! Do you know when these changes will be into the crate? Best regards!

Made a pr for a new release: #537

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