SctpForwardTsnChunk
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 |
|---|---|---|
| SctpChunk | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| newCumTsn | uint32_t | |
| sid | uint16_t[] | |
| ssn | short[] |
set -1 in case of unordered delivery |
| sctpChunkType | uint8_t |
Chunk Type |
| flags | uint32_t | |
| length | unsigned short | |
| chunkName | char[] |
Source code
class SctpForwardTsnChunk extends SctpChunk { uint32_t newCumTsn; uint16_t sid[]; short ssn[]; // set -1 in case of unordered delivery }File: src/inet/transportlayer/sctp/SctpHeader.msg