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
At least on windows, one can't accept an IPV6 connection with sockaddr_in in accept().
With the current code, e.g. telnet would connect to the v6 port, but accept() would always fail.
This seems to work (for both v4 and v6 connections):
At least on windows, one can't accept an IPV6 connection with sockaddr_in in accept().
With the current code, e.g. telnet would connect to the v6 port, but accept() would always fail.
This seems to work (for both v4 and v6 connections):
The text was updated successfully, but these errors were encountered: