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
InetAddr::from_std creates libc::sockaddr_in and libc::sockaddr_in6 structs, but doesn't set the len field. That field is only present on BSD-based operating systems.