Site icon EfmSoft

What does errno 102 (ENETRESET) mean?

 
Could be also:
ConstantTypeOS
ERROR_SEM_IS_SETWin32 errorWindows
HTTP_STATUS_PROCESSINGHTTP CodeAny
EOPNOTSUPPerrnoMac
EAFNOSUPPORTerrnoWindows
CACHE_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
EADDRNOTAVAIL EOPNOTSUPP

ENETRESET

ENETRESET means that the network aborted the connection. It is a different diagnostic category from ECONNRESET: the latter identifies a reset by the peer, while ENETRESET describes a failure reported by the network side. The errno alone does not identify the exact device, route, tunnel, or policy event that produced it.

Treat the connection object as failed for the operation that returned the error. For a stateful protocol, reopening a socket and reconnecting may be necessary, but replaying application data is safe only when the application protocol defines how to detect duplicate or incomplete requests. This distinction matters for uploads, transactions, and commands that may have reached a peer before the local stack reported the failure.

What makes the diagnosis actionable

Linux errno(3) · POSIX <errno.h> · Linux IP sockets


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

Exit mobile version