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

Explicitly implement is_unicast_link_local #2

Merged
merged 1 commit into from
Apr 15, 2023

Conversation

chrysn
Copy link
Contributor

@chrysn chrysn commented Apr 14, 2023

This avoids the otherwise confusing errors in the shape of

Error binding socket to [fe80::...]:0: Invalid argument (os error 22)

Code for this was already in place but pending on is_unicast_link_local stabilization. As this has not happened in several years, a manual workaround (with the same note to wait for stabilization) is chosen.

Workaround-For: rust-lang/rust#27709

This avoids the otherwise confusing errors in the shape of

> Error binding socket to [fe80::...]:0: Invalid argument (os error 22)

Code for this was already in place but pending on is_unicast_link_local
stabilization. As this has not happened in several years, a manual
workaround (with the same note to wait for stabilization) is chosen.

Workaround-For: rust-lang/rust#27709
@ssiloti ssiloti merged commit 9493ca5 into ssiloti:master Apr 15, 2023
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