Socket Return Codes#
Macros#
General error code for unspecified errors.
Error code indicating an invalid socket.
Error code indicating an invalid argument.
Error code indicating that the requested operation is not supported.
Error code indicating that there is not enough memory to perform the requested operation.
Error code indicating that the operation would block or has timed out.
Error code indicating that the operation is in progress.
Error code indicating that the operation has timed out.
Error code indicating that the socket is already connected.
Error code indicating that the socket is not connected.
Error code indicating that the connection was refused by the peer.
Error code indicating that the connection was reset by the peer.
Error code indicating that the connection was aborted locally.
Error code indicating that a connection is already in progress.
Error code indicating that the address is already in use.
Error code indicating that the host was not found.