File: Overlay/Broose/BrooseMessage.msg
message to lookup up an overlay node
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
routeKey | OverlayKey | overlay node to route the message to |
step | int | |
rightShifting | bool | true if message belongs to a rightshift lookup |
lastNode | NodeHandle | last node that handled this message |
length | int | message length |
message BrooseFindNodeExtMessage { fields: OverlayKey routeKey; // overlay node to route the message to int step; bool rightShifting; // true if message belongs to a rightshift lookup NodeHandle lastNode; // last node that handled this message int length; // message length };