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