IPX/SPX Programming Manual

Socket Errors
HP NonStop IPX/SPX Programming Manual528022-001
B-4
ECONNREFUSED (4127)
ECONNREFUSED (4127)
Cause. The remote host rejected the connection request. This error usually results
from an attempt to connect to a service that is inactive on the remote host.
Effect. The connect call failed.
Recovery. Start the server on the remote host. Close the local socket. Reestablish the
connection using the socket, bind, and connect calls.
ECONNRESET (4120)
Cause. The peer process reset the connection before the operation completed.
Effect. The connect call failed.
Recovery. Close the local socket. Reestablish the connection using the socket,
bind, and connect calls.
EDESTADDRREQ (4105)
Cause. Destination address required. A required address was omitted from an
operation on a transport end point.
Effect. The call failed.
Recovery. Retry the call with a valid destination address.
EEXIST (4017)
Cause. Object exists. An existing object was specified in an inappropriate context,
such as attempting to add a route entry that had already been added.
Effect. The call failed.
Recovery. Retry the call with a valid object name.
ECONNREFUSED
ECONNRESET
EDESTADDRREQ
EEXIST