File: Common/CommonMessages.msg
A basic find node rpc call
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
siblings | bool | |
closestNodes | NodeHandle[] | vector of known next hops to the lookup key |
message FindNodeResponse extends BaseResponseMessage { fields: // the closestNodes[] vector contains all sibling for the lookup key bool siblings; NodeHandle closestNodes[]; // vector of known next hops to the lookup key };