< Home

SOCKET/6/VRBSTCPSOCKINFO

Message

SOCKET/6/VRBSTCPSOCKINFO:The verbose information about the current TCP socket was displayed. (State=[STRING], SocketPair: [STRING])

Description

The detailed information about the current TCP socket was described in the log.

Parameters

Parameter Name Parameter Meaning
State indicates the TCP state. The TCP states are shown as follows

1. Closed

2. Listening

3. Syn_Sent

4. Syn_Rcvd

5. Established

6. Close_Wait

7. Fin_Wait1

8. Closing

9. Last_Ack

10.Fin_Wait2

11.Time_Wait

SocketPair indicates the socket pair, that is, TCP quadbit.

Possible Causes

1. The user called the Close function to turn off the socket.

2. The TCP server received RST packets from the TCP client.

3. TCP retransmission timed out.

4. Failed to perform TCP keepalive detection.

Procedure

  • This log message indicates a normal situation, and no action is required.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >