Site icon EfmSoft

What does errno 102 (EAFNOSUPPORT) mean?

 
Could be also:
ConstantTypeOS
ERROR_SEM_IS_SETWin32 errorWindows
HTTP_STATUS_PROCESSINGHTTP CodeAny
ENETRESETerrnoLinux
EOPNOTSUPPerrnoMac
CACHE_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
EOPNOTSUPP ECONNABORTED

EAFNOSUPPORT

EAFNOSUPPORT signals an address-family mismatch. It is about the family encoded in an address or requested by the caller, such as IPv4 versus IPv6, not about whether a hostname resolves. A socket can be valid while the supplied sockaddr, protocol provider, or option is incompatible with that socket's family.

Winsock applications should obtain the native WSAEAFNOSUPPORT value through WSAGetLastError(). This UCRT constant is meaningful when a POSIX-oriented wrapper translates the error; it should not replace the original Winsock status in logs.

Checks that locate the mismatch

References


Looking for a different code? Search another status or error code.

Exit mobile version