Message LDPHello

File: Network/LDP/LDPPacket.msg

C++ definition: click here

LDP Hello Message

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

LDPPacket

Base class for LDP packets

Fields:

Name Type Description
holdTime double
tbit bool
rbit bool

Source code:

message LDPHello extends LDPPacket
{
     fields:
         double holdTime;
         bool tbit;
         bool rbit;
};