Message used to find nodes in the Koorde overlay
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 |
---|---|---|
routeKey | OverlayKey |
the OverlayKey of the next hop node |
step | int |
the de bruijn routing step |
// // Message used to find nodes in the Koorde overlay // packet KoordeFindNodeExtMessage { OverlayKey routeKey; // the OverlayKey of the next hop node int step; // the de bruijn routing step }