Dependent function: SctpTsapStatistics
The following SCTPSctSapSts structure contains statistics for the specified SCT SAP:
typedef struct _sctpTSapSts /* SCTP Statistics for TSAP */
{
S16 swtch; /* Protocol switch */
U16 spare1; /* alignment */
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 */
U32 nmbBndRetry; /* number of bind retries on the SAP */
} SCTPTSapSts;
The SCTPTSapSts structure contains the following fields:
Field |
Type |
Description |
swtch |
S16 |
SCTP protocol in use. Only value is LSB_SW_RFC_REL0 (RFC 2960). |
spare1 |
U16 |
Alignment. |
dt |
Structure |
Date and time when the statistics for this TSAP 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 incoming and outgoing bytes, defined by SCTPByteSts. |
nmbBndRetry |
U32 |
Number of blind retries on this TSAP. |