| | Windows Sockets Error Codes [Winsock] |
 | | This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. |
 | | This error is returned if an incorrect protocol is explicitly requested in the socket call, or if an address of the wrong family is used for a socket, for example, in sendto. |
 | | This error occurs if an application attempts to bind a socket to an IP address/port that has already been used for an existing socket, or a socket that was not closed properly, or one that is still in the process of closing. |
| msdn.microsoft.com /library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp?frame=true (2118 words) |