LdpIni

Namespace inet

LdpIni

class

LDP Ini Message

Extends

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

Fields

Name Type Description
keepAliveTime double
abit bool
dbit bool
pvLim int
receiverLDPIdentifier string

Source code

//
// LDP Ini Message
//
//# FIXME currently unused
class LdpIni extends LdpPacket
{
    double keepAliveTime;
    bool abit;
    bool dbit;
    int pvLim;
    string receiverLDPIdentifier;
}

File: src/inet/networklayer/ldp/LdpPacket.msg