FloodingHeader

Namespace inet

FloodingHeader

class

(no description)

Extends

Name Type Description
NetworkHeaderBase (unknown -- not in documented files)

Fields

Name Type Description
srcAddr L3Address
destAddr L3Address
ttl int

time to live field

seqNum unsigned long

sequence number

protocolId IpProtocolId
payloadLengthField B

Packet operations (observed)

actionmodule
insertAtFrontFlooding
peekAtFrontFlooding
popAtFrontFlooding
removeAtFrontFlooding

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