Question |
Why do I get a WSAEWOULDBLOCK error when I run my program. |
Answer |
This means that you are setting up your program as a non-blocking sockets program, however the computer is telling you that it would have to create a blocked connection to the socket. |
Last Modified: 04-JAN-01