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
It seems that HostEntry, getHostEntry, getHostByAddr are restricted to IP4. What would be the equivalent types and functions for IP4+IP6? I guess one would use SockAddr instead of HostAddress but I do not see a counterpart for HostEntry.
It seems that
HostEntry,getHostEntry,getHostByAddrare restricted to IP4. What would be the equivalent types and functions for IP4+IP6? I guess one would useSockAddrinstead ofHostAddressbut I do not see a counterpart forHostEntry.