SctpStreamResetResponseParameter
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 |
|---|---|---|
| srResSn | uint32_t |
Stream Reset Response Sequence Number |
| result | uint32_t | |
| sendersNextTsn | uint32_t | |
| receiversNextTsn | uint32_t | |
| parameterType | uint16_t |
Source code
class SctpStreamResetResponseParameter extends SctpParameter { uint32_t srResSn; //Stream Reset Response Sequence Number uint32_t result; uint32_t sendersNextTsn = 0; uint32_t receiversNextTsn = 0; }File: src/inet/transportlayer/sctp/SctpHeader.msg