< Home

SOCKET/6/TCPASYNQUEINFO

Message

SOCKET/6/TCPASYNQUEINFO:The verbose information about the asynchronous queue of the current TCP socket was displayed. (Read=[ULONG], Write=[ULONG], Connect=[ULONG], Close=[ULONG], PeerClose=[ULONG], Accept=[ULONG], KeepAliveDown=[ULONG], Full at: [ULONG]:[ULONG]:[ULONG] (Hour:Minute:Second), LostMessage=[ULONG], MessageType=[ULONG])

Description

The detailed information about the asynchronous message queue of the current TCP socket was described in the log.

Parameters

Parameter Name Parameter Meaning
Read indicates the number of Read messages.
Write indicates the number of Write messages.
Connect indicates the number of Connect messages.
Close indicates the number of Close messages.
PeerClose indicates the number of PeerClose messages.
Accept indicates the number of Accept messages.
KeepAliveDown indicates the number of Keep Alive Down messages.
Full at indicates the time when the asynchronous message queue becomes full. The format is HH:MM:SS.
LostMessage indicates the number of lost messages.
MessageType indicates the type of lost messages. The types of lost messages are shown as follows

1. Read

2. Write

3. Connect

4. Close

5. Accept

6. PeerClose

7. KeepAliveDown

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

  1. 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 >