Site icon EfmSoft

What does errno 116 (ENETDOWN) mean?

 
Could be also:
ConstantTypeOS
ESTALEerrnoLinux
BAD_SYSTEM_CONFIG_INFOBugCheck CodeWindows
Previous Next
ESTALE EUCLEAN

ENETDOWN

ENETDOWN describes a local network-subsystem failure state. It is broader than one unreachable endpoint: the interface, transport stack, or required network service is not operational for the attempted socket action.

Native Winsock reports WSAENETDOWN through WSAGetLastError(). Treat this status as a signal to inspect local platform state before retrying application protocol work. Retrying the same request on the same socket without restoring the network path cannot prove that the remote peer is at fault.

Local-state checks

References


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

Exit mobile version