IPX/SPX Programming Manual
Library Routines
HP NonStop IPX/SPX Programming Manual—528022-001
5-41
send
Errors
If an error occurs, the external variable errno is set to one of the following values:
Usage Guidelines
For information about error checking, see Nowait Call Errors on page 5-5.
EMSGSIZE The message was too large to be sent atomically, as
required by the socket options.
ENOTCONN The specified socket was not connected.
ESHUTDOWN The specified socket was shut down.
ETIMEDOUT The connection timed out.
ECONNRESET The connection was reset by the remote host.
EINVAL An invalid flags value was specified.