SCTPTSapReCfg

Dependent function: None.

The following SCTPTSapReCfg structure contains re-configurable TSAP configuration parameters for SCTP. Bold text indicates fields you can set. Unbolded fields are either unused or for internal use only. They are set to correct values by SctpInitTSapCfg and must not be overridden.

typedef struct _sctpTSapReCfg    /* Transport SAP Reonfiguration */
{
    S16             spId;           /* Service provider SAP ID */
    U8              maxBndRetry;    /* Maximum number of bind retries allowed */

    U8              spare1;         /* alignment */
    U16             tIntTmr;        /* Default time to wait for bind confirm */
    U16             spare2;         /* alignment */
    SCTPDnsCfg      sbDnsCfg;       /* Dns Configuration structure */
} SCTPTSapReCfg;

SCTPTSapReCfg is a substructure to SCTPTSapCfg. Unlike with SCTPTSapCfg, You can modify the field values for the bolded fields at any time.

The following table describes the fields in the SCTPTSapReCfg structure. Fields not listed in the table are either unused or for internal use only.

Field

Type

Default

Description

spId

S16

0

Identifier for this TSAP. Only value is 0.

maxBndRetry

U8

3

Maximum number of bind request retries allowed.

tIntTmr

U18

200

Time interval for which the SCTP layer waits for bind or status confirmations from the lower layer.