< Home

SOCKET/6/TCPIOSTAT

Message

SOCKET/6/TCPIOSTAT:The statistic of the packets sent and received through the current TCP connection was displayed. (Input=[ULONG], ReceivedPackets=[ULONG], SentPackets=[ULONG])

Description

The statistics of the input and output traffic in the current TCP connection were described in the log.

Parameters

Parameter Name Parameter Meaning
Input indicates the total number of TCP packets received by the socket. Note that TCP packets include TCP control packets and TCP data packets.
ReceivedPackets indicates the total number of TCP data packets received by the socket.
SentPackets indicates the total number of TCP packets output by the socket.

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 >