V
Valerie Hough
My application, which uses TCP sockets, received the WSAENOBUFS error (An
operation on a socket could not be performed because the system lacked
sufficient buffer space or because a qeue was full.)
This occurred while trying to do an asynchronous send.
What are the possible causes of this error?
Could the recipient's queue(s) be full and result in the error being
reported on the sender's end?
What sort of recovery should be tried?
Brian Hough
operation on a socket could not be performed because the system lacked
sufficient buffer space or because a qeue was full.)
This occurred while trying to do an asynchronous send.
What are the possible causes of this error?
Could the recipient's queue(s) be full and result in the error being
reported on the sender's end?
What sort of recovery should be tried?
Brian Hough