File: Overlay/Pastry/PastryMessage.msg
Message used to find a Pastry node
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
cMessage | (unknown -- not in documented files) |
Name | Type | Description |
---|---|---|
sendStateTo | TransportAddress | the sender of this message |
joinHopCount | int | counts the hops this message takes |
message PastryFindNodeExtData extends cMessage { fields: TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; // the sender of this message int joinHopCount = 0; // counts the hops this message takes };