Site icon EfmSoft

What does errno 64 (EHOSTDOWN) mean?

 
Could be also:
ConstantTypeOS
ERROR_NETNAME_DELETEDWin32 errorWindows
ENONETerrnoLinux
ENONETerrnoSolaris
TARGET_MDL_TOO_SMALLBugCheck CodeWindows
Previous Next
ENONET ENONET

EHOSTDOWN

Host-level unavailability, not a missing network route

EHOSTDOWN reports that the destination host is considered down or unavailable for the socket operation. It is narrower than ENETDOWN, which concerns the local network path, and different from ENETUNREACH, which concerns reaching the destination network at all.

This error should be preserved as a host-specific networking result rather than rewritten as “the service is stopped.” A host can be unavailable because of link, routing, neighbor, tunnel, or policy conditions that occur below the remote application.

What provides useful context

Related errors

EHOSTUNREACH is often used when no route to the specific host is available. The practical distinction is valuable in logs: retain both codes instead of collapsing them into a generic “offline” status.

References


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

Exit mobile version