Site icon EfmSoft

What does errno 135 (EPROTONOSUPPORT) mean?

 
Could be also:
ConstantTypeOS
ERROR_IS_SUBSTEDWin32 errorWindows
Previous Next
EPROTO EPROTOTYPE

EPROTONOSUPPORT

EPROTONOSUPPORT concerns the protocol requested when a socket is created or configured. It differs from EAFNOSUPPORT, which concerns the address family, and from EPROTOTYPE, which concerns a protocol used with the wrong socket type. The three values identify different parts of the socket contract.

Winsock provides the native WSAEPROTONOSUPPORT status through WSAGetLastError(). Preserve the requested family, type, and protocol number or name; without all three, a log cannot tell whether the provider is absent or the combination is invalid.

Verify the protocol selection

References


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

Exit mobile version