Site icon EfmSoft

What does errno 100 (ENETDOWN) mean?

 
Could be also:
ConstantTypeOS
ERROR_TOO_MANY_SEMAPHORESWin32 errorWindows
HTTP_STATUS_CONTINUEHTTP CodeAny
EPROTOerrnoMac
EADDRINUSEerrnoWindows
SYMBOLIC_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ENOPROTOOPT EPROTO

ENETDOWN

ENETDOWN is a local network-stack failure. It says that the interface needed to reach the destination is down, rather than that the remote service rejected a connection. A send or connect can therefore fail before a packet is delivered to the peer. This is especially relevant when an application has more than one route, runs in a network namespace, or uses a virtual, VPN, tunnel, or container interface.

Keep it separate from ENETUNREACH, which describes the absence of a route to a network, and from EHOSTUNREACH, which is normally more specific to a destination host. Bringing up an unrelated interface or restarting the remote service does not answer which egress interface and route the failing socket actually selected.

Evidence that identifies the failing path

POSIX sendto() · Linux connect(2) · Linux ip-link(8)


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

Exit mobile version