-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
std::net_tcp: handle ipv6 addresses #2656
Comments
this one is mine.. im working on it in olsonjeffery/rust tcp_cleanup only noticed because of the merge conflict :) trying to land a pull request in the next few days. sorry for the silence. |
no worries. thanks for the ongoing effort! |
.. there are some additional FIXME nags in net_tcp (L 1012) about blocking because libuv is holding unsafe ptrs to task local data. the proposed fix going is not really feasible w/ the current design, IMO, but i'll leave it there in case someone really wants to make the case without creating more hassle than it's worth.
|
visiting for triage. can we close this since the old scheduler is gone? |
Yes, IPv6 support for TCP and UDP was part of the new runtime. |
As per fixme, not presently supported.
The text was updated successfully, but these errors were encountered: