LdpIni
classLDP Ini Message
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| LdpPacket | class |
Base class for LDP packets |
Fields
| Name | Type | Description |
|---|---|---|
| keepAliveTime | double | |
| abit | bool | |
| dbit | bool | |
| pvLim | int | |
| receiverLDPIdentifier | string | |
| type | int | |
| senderAddress | Ipv4Address | |
| receiverAddress | Ipv4Address | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
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