SOCKET/6/TCPIOSTAT:The statistic of the packets sent and received through the current TCP connection was displayed. (Input=[ULONG], ReceivedPackets=[ULONG], SentPackets=[ULONG])
The statistics of the input and output traffic in the current TCP connection were described in the log.
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. |