FloodingHeader
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
NetworkHeaderBase | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
srcAddr | L3Address | |
destAddr | L3Address | |
ttl | int |
time to live field |
seqNum | unsigned long |
sequence number |
protocolId | IpProtocolId | |
payloadLengthField | B | |
sourceAddress | L3Address | |
destinationAddress | L3Address | |
protocol | Protocol | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class FloodingHeader extends NetworkHeaderBase { L3Address srcAddr; L3Address destAddr; int ttl = 1; // time to live field unsigned long seqNum = 0; // sequence number IpProtocolId protocolId; B payloadLengthField; }File: src/inet/networklayer/flooding/FloodingHeader.msg