Message FindNodeCall

File: Common/CommonMessages.msg

A basic find node rpc response

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

BaseCallMessage

A basic Remote-Procedure-Call message

Fields:

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

Source code:

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
};