Site icon EfmSoft

What does errno 118 (ENETUNREACH) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_VERIFY_SWITCHWin32 errorWindows
ENOTNAMerrnoLinux
PROCESS_HAS_LOCKED_PAGESBugCheck CodeWindows
Previous Next
ENOTNAM ENAVAIL

ENETUNREACH

ENETUNREACH means the selected destination cannot be reached through a usable network path. It is primarily a routing or network-availability observation, whereas EHOSTUNREACH is more specific to the target host after a network path has been considered.

For Winsock, capture WSAENETUNREACH immediately with WSAGetLastError(). A high-level errno mapping alone loses whether the failing call was a route-sensitive connection attempt, a send, or a helper that selected a destination from multiple DNS answers.

Route-selection evidence

References


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

Exit mobile version