Message used to find nodes in the Koorde overlay
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
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 }