Site icon EfmSoft

What does Windows error code 10035 (WSAEWOULDBLOCK) mean?

 
Previous Next
WSAEMFILE WSAEINPROGRESS

WSAEWOULDBLOCK

WSAEWOULDBLOCK means that a Winsock operation on a nonblocking socket cannot make progress immediately. It is normally a state notification, not proof that the connection or socket is broken.

Typical situations

It is commonly returned by connect while a nonblocking connection is still being established, by recv when no input is queued, and by accept when no client is waiting. The operation must not be retried in a tight loop.

What to do

Microsoft: connect · Microsoft: recv


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

Exit mobile version