Namespace inet::sctp
SctpDataMsg
class(no description)
Extends
Name | Type | Description |
---|---|---|
cPacket | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
eBit | bool |
Chunk Flags |
bBit | bool | |
enqueuingTime | simtime_t | |
expiryTime | simtime_t | |
ppid | uint32_t | |
initialDestination | L3Address | |
msgNum | uint32_t | |
sid | uint16_t | |
ordered | bool | |
booksize | uint32_t | |
rtx | uint32_t | |
fragment | bool | |
prMethod | uint32_t | |
priority | uint32_t | |
strReset | bool | |
sackNow | bool |
Source code
class SctpDataMsg extends cPacket { // Chunk Flags bool eBit = 0; bool bBit = 0; simtime_t enqueuingTime; simtime_t expiryTime; uint32_t ppid; L3Address initialDestination; uint32_t msgNum; uint16_t sid; bool ordered; uint32_t booksize; uint32_t rtx; bool fragment; uint32_t prMethod; uint32_t priority; bool strReset; bool sackNow; }File: src/inet/transportlayer/sctp/SctpHeader.msg