Главная страница | назад





Article #26544: WSAEWOULDBLOCK error in my socket program

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