typedef struct SCTPINSTANCE

This struct stores data of SCTP-instances.

[more]unsigned short sctpInstanceName
The name of this SCTP-instance, used as key.
[more]unsigned short localPort
The local port of this instance, or zero for don't cares.
[more]SCTP_ulpCallbacks ULPcallbackFunctions
set of callback functions that were registered by the ULP
[more]unsigned short noOfInStreams
maximum number of incoming streams that this instance will take
[more]unsigned short noOfOutStreams
maximum number of outgoingng streams that this instance will take
[more]unsigned int default_rtoInitial
here follow default parameters for instance initialization


Documentation

This struct stores data of SCTP-instances. Each SCTP-instances is related to one port and to one SCTP adaption-layer. This may change soon !
ounsigned short sctpInstanceName
The name of this SCTP-instance, used as key.

ounsigned short localPort
The local port of this instance, or zero for don't cares. Once assigned this should not be changed !

oSCTP_ulpCallbacks ULPcallbackFunctions
set of callback functions that were registered by the ULP

ounsigned short noOfInStreams
maximum number of incoming streams that this instance will take

ounsigned short noOfOutStreams
maximum number of outgoingng streams that this instance will take

ounsigned int default_rtoInitial
here follow default parameters for instance initialization

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.