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 |
Transmission Sequence Number |
sid | uint16 |
Stream identifier |
ssn | uint16 |
Stream Sequence Number |
ppid | uint32 |
Payload Protocol Identifier |
enqueuingTime | simtime_t | |
firstSendTime | simtime_t | |
sctpChunkType | uint8 |
Chunk Type |
flags | uint32 | |
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 tsn; // Stream identifier uint16 sid; // Stream Sequence Number uint16 ssn; // Payload Protocol Identifier uint32 ppid; simtime_t enqueuingTime; simtime_t firstSendTime; }File: src/inet/transportlayer/sctp/SctpHeader.msg