In the context of Overlapped I/O, WSASend()
can return the error code WSAEWOULDBLOCK
, which says:
Overlapped sockets: There are too many outstanding overlapped I/O requests.
Is the maximum number of outstanding overlapped I/O requests defined, or does it depend on many criteria such as memory available, Windows version, etc.