Site icon EfmSoft

What does errno 107 (ECONNREFUSED) mean?

 
Could be also:
ConstantTypeOS
ERROR_DISK_CHANGEWin32 errorWindows
ENOTCONNerrnoLinux
PROCESS1_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ENOTCONN ESHUTDOWN

ECONNREFUSED

ECONNREFUSED means the attempted connection reached a point where the target service was not accepting it. It is stronger evidence than a timeout: the network path may be working, but no listener, policy, or service instance accepted the endpoint at that time.

For Winsock, preserve the native WSAECONNREFUSED returned by WSAGetLastError(). A POSIX-style wrapper may map that status to this result, but the mapping must not hide whether the failure happened during synchronous connect, asynchronous completion, or a proxy's separate connection attempt.

Checks that distinguish service absence from a bad target

References


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

Exit mobile version