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.
The text was updated successfully, but these errors were encountered:
InetAddr::from_std
createslibc::sockaddr_in
andlibc::sockaddr_in6
structs, but doesn't set thelen
field. That field is only present on BSD-based operating systems.The text was updated successfully, but these errors were encountered: