Site icon EfmSoft

What does errno 108 (ECONNRESET) mean?

 
Could be also:
ConstantTypeOS
ERROR_DRIVE_LOCKEDWin32 errorWindows
ESHUTDOWNerrnoLinux
REFMON_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ESHUTDOWN ETOOMANYREFS

ECONNRESET

ECONNRESET means an established or partially established connection was reset instead of closing cleanly. It does not identify why the reset occurred. A peer application, a load balancer, a firewall, a proxy, a transport implementation, or a protocol violation can all produce an abrupt reset at different layers.

On Windows socket APIs, obtain WSAECONNRESET through WSAGetLastError(); do not expect Winsock to write this UCRT errno macro. For stream sockets, a reset is distinct from recv returning zero after a graceful peer shutdown.

Evidence for a reset investigation

References


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

Exit mobile version