TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
8-176
STATUS MON Command for TCP6MAN
Proto
is the protocol associated with the socket, which can be UDP (for a UDP socket),
TCP (for a TCP socket), or a protocol number (for a raw IP socket).
State
is the current state of the socket; it applies only to sockets whose Proto value is
TCP. The possible values are:
CLOSING
if waiting for a terminate connection request acknowledgment from the remote
site.
CLOSE-WAIT
if waiting for a terminate connection request from the local user.
ESTAB
if the connection is open and the user can send and receive data. This is the
normal state for data transfer.
FIN-WAIT-1
if waiting for a terminate connection request from the remote TCP site or if
waiting for acknowledgment of the terminate connection request that the
process has sent previously.
FIN-WAIT-2
if waiting for a termination of data to be received after having sent a FIN
(termination of data being sent).
LISTEN
if waiting for a connection request from any remote TCP site.
LAST-ACK
if waiting for acknowledgment of the terminate connection request previously
sent to the remote site (which includes an acknowledgment of its terminate
connection request).
SYN-RCVD
if waiting for an acknowledgment of a SYN-ACK sent in response to a SYN.
SYN-SENT
if waiting for a SYN-ACK after having sent a SYN.