(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
SCTPChunk (message) | (no description) |
Name | Type | Description |
---|---|---|
chunkType | uint8 |
Chunk Type |
numGaps | uint16 |
Number of Gap Ack Blocks |
gapStart | uint32[] |
Start and End of Gap Ack Blocks |
dupTsns | uint32[] | |
numDupTsns | uint16 |
Number of Duplicate TSNs |
cumTsnAck | uint32 |
Cumulative TSN Ack |
gapStop | uint32[] | |
a_rwnd | uint32 |
Advertised Receiver Window Credit |
message SCTPSackChunk extends SCTPChunk { // Cumulative TSN Ack uint32 cumTsnAck; // Advertised Receiver Window Credit uint32 a_rwnd; // Number of Gap Ack Blocks uint16 numGaps; // Number of Duplicate TSNs uint16 numDupTsns; // Start and End of Gap Ack Blocks uint32 gapStart[]; uint32 gapStop[]; uint32 dupTsns[]; }