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
I change" hostAddress(IPAddress::IPv6) "to" hostAddress(IPAddress::IPv4) " and change " _id = ::socket(AF_INET6, type, 0);" to " _id = ::socket(AF_INET, type, 0);" but it is not OK.
The text was updated successfully, but these errors were encountered:
I change" hostAddress(IPAddress::IPv6) "to" hostAddress(IPAddress::IPv4) " and change " _id = ::socket(AF_INET6, type, 0);" to " _id = ::socket(AF_INET, type, 0);" but it is not OK.
The text was updated successfully, but these errors were encountered: