LDP Ini Message
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
LDPPacket (packet) |
Base class for LDP packets |
Name | Type | Description |
---|---|---|
pvLim | int | |
receiverLDPIdentifier | string | |
senderAddress | IPAddress | |
abit | bool | |
keepAliveTime | double | |
dbit | bool | |
type | int | |
receiverAddress | IPAddress |
// // LDP Ini Message // //# FIXME currently unused packet LDPIni extends LDPPacket { double keepAliveTime; bool abit; bool dbit; int pvLim; string receiverLDPIdentifier; }