< Home

SOCKET/6/SOCKCLOSED

Message

SOCKET/6/SOCKCLOSED:The current socket was closed. (ProtocolName=[STRING], Cause=[STRING])

Description

The current socket was turned off.

Parameters

Parameter Name Parameter Meaning
ProtocolName indicates the protocol name. The protocol names are shown as follows

1. RAWLINK

2. RAWIP

3. TCP

4. UDP

Cause indicates the triggering condition. The triggering conditions are shown as follows

1. Application closed socket

2. Received reset fragment

3. Retransfer timeout

4. Keepalive timeout

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 >