This struct stores data of SCTP-instances.
-
unsigned short sctpInstanceName
- The name of this SCTP-instance, used as key.
-
unsigned short localPort
- The local port of this instance, or zero for don't cares.
-
SCTP_ulpCallbacks ULPcallbackFunctions
- set of callback functions that were registered by the ULP
-
unsigned short noOfInStreams
- maximum number of incoming streams that this instance will take
-
unsigned short noOfOutStreams
- maximum number of outgoingng streams that this instance will take
-
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 !
unsigned short sctpInstanceName
- The name of this SCTP-instance, used as key.
unsigned short localPort
- The local port of this instance, or zero for don't cares.
Once assigned this should not be changed !
SCTP_ulpCallbacks ULPcallbackFunctions
- set of callback functions that were registered by the ULP
unsigned short noOfInStreams
- maximum number of incoming streams that this instance will take
unsigned short noOfOutStreams
- maximum number of outgoingng streams that this instance will take
unsigned 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++.