Site icon EfmSoft

What does Windows error code 10064 (WSAEHOSTDOWN) mean?

 
Previous Next
WSAENAMETOOLONG WSAEHOSTUNREACH

WSAEHOSTDOWN

WSAEHOSTDOWN places the failure at the destination host level. It is different from WSAENETUNREACH, where the local stack lacks a route to the network, and from WSAECONNREFUSED, where a reachable target actively rejects a connection.

Why modern traces may show another code

Microsoft notes that host-down conditions are more likely to appear as WSAETIMEDOUT. IP and TCP also treat some ICMP reachability reports as soft errors rather than immediate proof that a host is permanently unavailable. A multihomed destination can have one failed address while another remains usable.

What to correlate

A server restart can explain a transient outage, but restarting the client is not a meaningful first fix. Preserve the network evidence and compare the failure with WSAEHOSTUNREACH and WSAETIMEDOUT.

Microsoft: Winsock error codes · IETF: Internet host requirements · IETF: TCP reaction to soft errors


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

Exit mobile version