-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rename SocketAddr to InetAddr #16595
Comments
Triage: This sounds very reasonable. I haven't been following the IO reform stuff too closely, but as far as I know, the io::net submodule has yet to be proposed |
/cc @aturon |
Relevant RFC PR: rust-lang/rfcs#807 |
Hm, unfortunately this wasn't taken into account with IO reform, and seems to still be an issue. The renaming makes sense to me. Thoughts, @alexcrichton? |
Nominating for 1.0-beta P-backcompat-libs. |
We may wish to reconsider the |
P-backcompat-libs, 1.0 beta |
I submitted an RFC PR for this change: rust-lang/rfcs#923 |
I'm assigning this to @alexcrichton (trying to reduce the number of milestone issues with no assignee). |
Decided in rust-lang/rfcs#923 |
SocketAddr should be an enum of all possible addresses that can be used for sockets, including unix domain sockets and any other socket flavors. What is currently named SocketAddr is really an InetAddr.
The text was updated successfully, but these errors were encountered: