File: Overlay/Chord/ChordMessage.msg
Message used to find nodes in the Koorde overlay
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
routeKey | OverlayKey | the OverlayKey of the next hop node |
step | int | |
length | int | message length |
otherLookup | bool | flag which is indicating that the optimization other lookup is enabled |
srcNode | NodeHandle | NodeHandle of the messages sender |
message KoordeFindNodeExtMessage { fields: OverlayKey routeKey; // the OverlayKey of the next hop node int step; int length; // message length bool otherLookup; // flag which is indicating that the optimization other lookup is enabled NodeHandle srcNode; // NodeHandle of the messages sender };