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

110 Chapter10
Network Transport Protocol (PMERR) Error Messages
-103 MESSAGE: DATA BEFORE CONNECT
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.
-110 MESSAGE: SEND ATTEMPT BEFORE NETWORK START
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
CR.
-120 MESSAGE: EMPTY RETRANSMISSION QUEUE
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 CR. A
protocol or link level trace including TCP header information will
facilitate resolution of this problem.
-121 MESSAGE: UNEXPECTED EXCAPE
CAUSE: An unexpected escape or trap condition was detected by TCP.
ACTION: This is a software error. Please submit an CR. 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.
-121 MESSAGE: UNKNOWN CONTROL OPTION
CAUSE: An unknown control option was passed to TCP from a call to
IPCCONTROL.
ACTION: Identify and remove offending control option.