Site icon EfmSoft

What does errno 106 (ECONNABORTED) mean?

 
Could be also:
ConstantTypeOS
ERROR_SEM_USER_LIMITWin32 errorWindows
EISCONNerrnoLinux
EQFULLerrnoMac
ELASTerrnoMac
LPC_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ELAST ENOTCONN

ECONNABORTED

ECONNABORTED identifies a connection terminated locally or by the transport before it completed its expected lifetime. It is different from a peer reset: an abort can result from a local timeout, a transport failure, or a protocol path that gives up before graceful shutdown.

In native Winsock receive code, WSAECONNABORTED indicates that the virtual circuit was terminated and the socket is no longer usable. This page's errno value is a portability-layer name, so logs should retain whether the original status came from recv, connect, an overlapped completion, or application-level cancellation.

What to preserve before closing the socket

References


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

Exit mobile version