Namespace inet
LdpHello
classLDP Hello Message
Extends
Name | Type | Description |
---|---|---|
LdpPacket | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
holdTime | double | |
tbit | bool | |
rbit | bool |
Packet operations (observed)
action | module |
---|---|
insertAtBack | Ldp |
Source code
// // LDP Hello Message // class LdpHello extends LdpPacket { double holdTime; bool tbit; bool rbit; }File: src/inet/networklayer/ldp/LdpPacket.msg