IPX/SPX Programming Manual
Socket Errors
HP NonStop IPX/SPX Programming Manual—528022-001
B-8
ENETDOWN (4116)
ENETDOWN (4116)
Cause. The network is down. The operation encountered a dead network.
Effect. The call failed.
Recovery. Contact the network manager.
ENETRESET (4118)
Cause. The network dropped the connection because of a reset. The host you were
connected to crashed and rebooted.
Effect. The call failed, and all connections to the specified remote host were closed.
Recovery. Close the sockets using the close call. Reestablish the connections using
the socket, bind, connect, and accept calls and retry the call.
ENETUNREACH (4117)
Cause. The specified remote network was unreachable.
Effect. The call failed.
Recovery. Retry the call.
ENOBUFS (4121)
Cause. Insufficient buffer space was available to complete the call.
Effect. The call failed.
Recovery. Retry the call.
ENETDOWN
ENETRESET
ENETUNREACH
ENOBUFS