File: Common/BaseOverlayMessage.msg
A basic find node rpc response
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseCallMessage | A basic Remote-Procedure-Call message |
Name | Type | Description |
---|---|---|
lookupKey | OverlayKey | request nextHops for this key |
numRedundantNodes | int | number of redundant nodes to return |
numSiblings | int | number of siblings to return |
message FindNodeCall extends BaseCallMessage { fields: OverlayKey lookupKey; // request nextHops for this key int numRedundantNodes; // number of redundant nodes to return int numSiblings; // number of siblings to return };