-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Can't bind udp socket to IPv6 link-local address #32424
Comments
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Mar 22, 2016
Apparently these aren't supposed to be stored in network byte order, so doing so ends up causing failures when it would otherwise succeed when stored in the host byte order. Closes rust-lang#32424
Oh dear, looks like these are stored in the network byte order and they're apparently supposed to not be stored as such. |
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Mar 23, 2016
std: Store flowinfo/scope_id in host byte order Apparently these aren't supposed to be stored in network byte order, so doing so ends up causing failures when it would otherwise succeed when stored in the host byte order. Closes rust-lang#32424
Works on latest nightly. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc 1.9.0-nightly (02310fd 2016-03-19)
Same on python:
The text was updated successfully, but these errors were encountered: