File: Network/LDP/LDPPacket.msg
LDP Hello Message
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| LDPPacket | Base class for LDP packets |
| Name | Type | Description |
|---|---|---|
| holdTime | double | |
| tbit | bool | |
| rbit | bool |
message LDPHello extends LDPPacket { fields: double holdTime; bool tbit; bool rbit; };