-
Notifications
You must be signed in to change notification settings - Fork 24
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
scope-id
as part of Ipv6Address
#2
Comments
In the OS APIs, the scope id is associated with socket addresses, rather than IPv6 addresses. For example, in RFC2553, it's in the |
One side issue, JAVA under version 9, drops packets and sometime fails IPv6 connections. Strongly suggest the community move to Java 17. |
Update to the latest wit-bindgen.
Delete files that I included by accident in WebAssembly#2. The real files are named `wasi-proposal-template.*`.
Closing. No discussion for a while and I agree with @ sunfishcode |
Should the
scope-id
be moved out of Ipv6SocketAddress and into Ipv6Address? It seems logical that wherever the IPv6 address flows, thescope-id
should flow too. This is the way Java and .NET have implemented it.The text was updated successfully, but these errors were encountered: