Site icon EfmSoft

What does errno 96 (EPFNOSUPPORT) mean?

 
Could be also:
ConstantTypeOS
ENODATAerrnoMac
EDESTADDRREQerrnoSolaris
PROCESS_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ENOTSOCK ENODATA

EPFNOSUPPORT

EPFNOSUPPORT belongs to the socket protocol-family selection boundary. It is close to EAFNOSUPPORT, but the useful distinction is that protocol family, address family, socket type, and protocol number are separate parts of the socket contract.

When this appears, log the exact family, socket type, protocol, namespace, and kernel configuration. The fix is not to reconnect or wait; the requested family is not available in that environment, or the application selected an incompatible family/type/protocol combination.

Compare nearby socket errors

Linux socket(2) · Linux errno(3) · Linux UAPI errno definitions


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

Exit mobile version