PimStateRefresh

Namespace inet

PimStateRefresh

class

State Refresh message DM

Extends

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

Fields

Name Type Description
type
groupAddress EncodedGroupAddress
sourceAddress EncodedUnicastAddress
originatorAddress EncodedUnicastAddress
R bool
metricPreference int
metric int
maskLen short
ttl short
P bool
N bool
O bool
reserved2 short
interval short

Source code

// State Refresh message
// DM
class PimStateRefresh extends PimPacket
{
    type = StateRefresh;
    EncodedGroupAddress groupAddress;
    EncodedUnicastAddress sourceAddress;
    EncodedUnicastAddress originatorAddress;
    bool R;
    int metricPreference;
    int metric;
    short maskLen;
    short ttl;
    bool P;
    bool N;
    bool O;
    short reserved2;
    short interval;
}
File: src/inet/routing/pim/PimPacket.msg