NS3000/iX Error Messages Reference Manual (36923-90041)

110 Chapter10
Network Transport Protocol (PMERR) Error Messages
ACTION: This is a remote protocol violation. Fix or remove the
offending remote implementation.
MESSAGE: DATA BEFORE CONNECT
-103 CAUSE: The remote connection half has begun to send data before the
connection startup handshake has been completed (i.e. before the
SYN/ACK was sent).
ACTION: This is a remote protocol violation. Fix or remove the
offending remote implementation.
MESSAGE: SEND ATTEMPT BEFORE NETWORK START
-110 CAUSE: An attempt was made to send data before the network was
started.
ACTION: This is an IPC or BSD sockets internal error. Please submit
an SR.
MESSAGE: EMPTY RETRANSMISSION QUEUE
-120 CAUSE: A TCP connection attempted to remove packets from its
retransmission queue, but no packets were found.
ACTION: This is an internal error in TCP. Please submit an SR. A
protocol or link level trace including TCP header information will
facilitate resolution of this problem.
MESSAGE: UNEXPECTED EXCAPE
-121 CAUSE: An unexpected escape or trap condition was detected by TCP.
ACTION: This is a software error. Please submit an SR. A detailed
description of the network and system state along with a copy of the
program and input which uncovered the error may enhance timely
resolution of this problem.
MESSAGE: UNKNOWN CONTROL OPTION
-122 CAUSE: An unknown control option was passed to TCP from a call to
IPCCONTROL.
ACTION: Identify and remove offending control option.