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
The sockaddr_storage type of BSD contains a field ss_len that represents the size of the sockaddr. When converting from SocketAddr etc., we need to set them correctly. Otherwise, it may report wrong result when comparing addresses.