NS3000/iX Error Messages Reference Manual (36923-90041)
Chapter 10 103
Network Transport Protocol (PMERR) Error Messages
10 Network Transport Protocol
(PMERR) Error Messages
The following errors are returned by Transmission Control Protocol
(TCP) as the 32-bit integer “PMERR” parameter in calls to IPCCHECK.
They are also found in the “PARM” field of the TCP Statistics, PM
Deactivated and PM Deactivated with Error logging entries.
NOTE
The Network Transport is technically not part of network services; it is
a subsystem of the NS links. However it is included here because it is
available to the user.
MESSAGE: NO ERROR
0 CAUSE: IPCCHECK has been called when no PMERR has occurred. This
message is also returned when a connection or socket is closed at the
local user’s request.
ACTION: None.
MESSAGE: WAIT FOR REPLY
1 CAUSE: The operation is pending. A reply message will be received
when the operation has been completed.
ACTION: None.
MESSAGE: NO DATA SENT
2 CAUSE: TCP was unable to send any of the requested data on a partial
send request.
ACTION: Either wait for the connection to become writable and then
retry the send, or do a waited send.
MESSAGE: END OF URGENT DATA
10 CAUSE: The data received ends at the urgent data boundary.
ACTION: None. For notification purposes only.
MESSAGE: MORE URGENT DATA
11 CAUSE: The most recent urgent data boundary has not yet been
reached.
ACTION: None. For notification purposes only.
MESSAGE: GRACEFUL RELEASE
20 CAUSE: The connection has entered either simplex-in or simplex-out
mode.