Message type for KBR forward calls
Author: Bernhard Heep
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.
Name | Type | Description |
---|---|---|
CommonAPIMessage | packet |
Base class for all common API message types |
Name | Type | Description |
---|---|---|
destKey | OverlayKey |
the destination key |
nextHopNode | NodeHandle |
the proposed/changed next hop node |
type | int |
message type |
// // Message type for KBR forward calls // // @author Bernhard Heep // packet KBRforward extends CommonAPIMessage { OverlayKey destKey; // the destination key NodeHandle nextHopNode; // the proposed/changed next hop node }