SctpOutgoingSsnResetRequestParameter
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| SctpParameter | class | (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 | |
| name | char[] |
Source code
class 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[]; }File: src/inet/transportlayer/sctp/SctpHeader.msg