SctpPacketDropChunk
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 |
|---|---|---|
| cFlag | bool | |
| tFlag | bool | |
| bFlag | bool | |
| mFlag | bool | |
| maxRwnd | uint32 | |
| queuedData | uint32 | |
| truncLength | uint16 | |
| sctpChunkType | uint8 |
Chunk Type |
| flags | uint32 | |
| length | unsigned short | |
| chunkName | char[] |
Source code
class SctpPacketDropChunk extends SctpChunk { bool cFlag; bool tFlag; bool bFlag; bool mFlag; uint32 maxRwnd; uint32 queuedData; uint16 truncLength; }File: src/inet/transportlayer/sctp/SctpHeader.msg