Message SCTPOutgoingSSNResetRequestParameter

File: src/inet/transportlayer/sctp/SCTPMessage.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
SCTPParameter message (no description)

Fields:

Name Type Description
srReqSn uint32

Stream Reset Request Sequence Number: initialized with the initial TSN, then incremented

srResSn uint32

Stream Reset Response Sequence Number

lastTsn uint32

Senders last assigned TSN

streamNumbers uint16[]
parameterType uint16

Source code:

message SCTPOutgoingSSNResetRequestParameter extends SCTPParameter
{
    uint32 srReqSn; //Stream Reset Request Sequence Number: initialized with the initial TSN, then incremented
    uint32 srResSn; //Stream Reset Response Sequence Number
    uint32 lastTsn; //Senders last assigned TSN
    uint16 streamNumbers[];
}