*** WSAEADDRNOTAVAIL – 10049 ***

*** WSAEADDRNOTAVAIL – 10049 *** Description Cannot assign requested address. Notes The requested address is not valid in its context. This normally results from an attempt to bind to an address that is not valid for the local computer. This can also result from connect, sendto, WSAConnect, WSAJoinLeaf, or WSASendTo when the remote address or… Continue reading *** WSAEADDRNOTAVAIL – 10049 ***

*** WSAEADDRINUSE – 10048 ***

*** WSAEADDRINUSE – 10048 *** Description Address already in use. Notes Typically, only one usage of each socket address (protocol/IP address/port) is permitted. 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,… Continue reading *** WSAEADDRINUSE – 10048 ***

*** WSAEALREADY – 10037 ***

*** WSAEALREADY – 10037 *** Description Operation already in progress. Notes 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. It is a nonfatal error, and the operation should be retried later. It is normal for… Continue reading *** WSAEALREADY – 10037 ***

*** WSAEWOULDBLOCK – 10035 ***

*** WSAEWOULDBLOCK – 10035 *** Description Resource temporarily unavailable. Notes 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. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK… Continue reading *** WSAEWOULDBLOCK – 10035 ***

WSAECONNRESET – 10054 – *** socket closed by peer ***.

WSAECONNRESET – 10054 – *** socket closed by peer ***. Description An existing connection was forcibly closed by the remote device. Notes This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, the host or remote network interface is disabled, or the remote host uses a hard… Continue reading WSAECONNRESET – 10054 – *** socket closed by peer ***.

audio|close|command|connect|create|http|receive|recv|soap|socket|select|send|stream error #number#

audio|close|command|connect|create|http|receive|recv|soap|socket|select|send|stream error #number# Description Standard networking socket error codes. Notes In Windows they are usually 5 digits. In Linux, 3 digits.