Site icon EfmSoft

What does errno 138 (ETIMEDOUT) mean?

 
Could be also:
ConstantTypeOS
ERROR_JOIN_TO_JOINWin32 errorWindows
Previous Next
ETIME ETXTBSY

ETIMEDOUT

ETIMEDOUT says a deadline expired; it does not identify which peer, layer, or timer was responsible. A connection attempt timeout, an idle read timeout, an application request deadline, and a proxy's upstream timeout have different meanings and different retry safety.

Winsock reports WSAETIMEDOUT through WSAGetLastError() for relevant socket operations. Preserve the native code and the timer identity rather than replacing them with a generic “network timeout” message. A successful send does not prove that the peer processed a request, and an expired deadline does not prove that no bytes moved.

What makes a timeout actionable

References


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

Exit mobile version