You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.