Dependent function: SctpGenStatistics
The following SCTPGenSts structure contains general statistics for the SCTP layer:
typedef struct _sctpGenSts
{
DateTime dt; /* Date and time when statistics counters are */
/* initialized to zero */
SCTPChunkSts sbChunkSts; /* Statistics counters for incoming and outgoing chunks */
SCTPByteSts sbByteSts; /* Statistics counters for total incoming and */
/* outgoing bytes */
SCTPDnsSts sbDnsSts; /* Statistics couters for Dns Transations */
} SCTPGenSts;
The SCTPTGenSts structure contains the following fields:
Field |
Type |
Description |
dt |
Structure |
Date and time when the general SCTP statistics were initialized to zero, defined by DateTime (for SCTP). |
sbChunkSts |
Structure |
Statistics counters for incoming and outgoing chunks, defined by SCTPChunkSts. |
sbByteSts |
Structure |
Statistics counters for total incoming and outgoing bytes, defined by SCTPByteSts. |
sbDnsSts |
Structure |
Statistics counters for DNS transactions, defined by SCTPDnsSts. |