-
Notifications
You must be signed in to change notification settings - Fork 677
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
nix::sys::socket::InetAddr::from_std ignores sin6_flowinfo and sin6_scope_id #329
Comments
Hi @misuzu! Could you explain a bit more clearly what the issue is about? Is it adding APIs? |
@kamalmarhubi |
Thanks for the clarification! I just opened #335 to fix it. |
I suggest that @misuzu reviews the fixing PR. |
Great idea! |
socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std Fixes #329
sin6_flowinfo and sin6_scope_id is essential for link-local addresses.
Related: tokio-rs/mio#376
The text was updated successfully, but these errors were encountered: