SctpDataChunk
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 |
|---|---|---|
| eBit | bool |
Chunk Flags |
| bBit | bool | |
| uBit | bool | |
| iBit | bool | |
| tsn | uint32_t |
Transmission Sequence Number |
| sid | uint16_t |
Stream identifier |
| ssn | uint16_t |
Stream Sequence Number |
| ppid | uint32_t |
Payload Protocol Identifier |
| enqueuingTime | simtime_t | |
| firstSendTime | simtime_t | |
| sctpChunkType | uint8_t |
Chunk Type |
| flags | uint32_t | |
| length | unsigned short | |
| chunkName | char[] |
Source code
class SctpDataChunk extends SctpChunk { // Chunk Flags bool eBit = 0; bool bBit = 0; bool uBit = 0; bool iBit = 0; // Transmission Sequence Number uint32_t tsn; // Stream identifier uint16_t sid; // Stream Sequence Number uint16_t ssn; // Payload Protocol Identifier uint32_t ppid; simtime_t enqueuingTime; simtime_t firstSendTime; }File: src/inet/transportlayer/sctp/SctpHeader.msg