Namespace inet
LDPIni
packetLDP Ini Message
Extends
| Name | Type | Description |
|---|---|---|
| LDPPacket | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| keepAliveTime | double | |
| abit | bool | |
| dbit | bool | |
| pvLim | int | |
| receiverLDPIdentifier | string |
Source code
// // LDP Ini Message // //# FIXME currently unused packet LDPIni extends LDPPacket { double keepAliveTime; bool abit; bool dbit; int pvLim; string receiverLDPIdentifier; }File: src/inet/networklayer/ldp/LDPPacket.msg