Packet PastryFindNodeExtData

File: src/overlay/pastry/PastryMessage.msg

Message used to find a Pastry node

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
joinHopCount int

counts the hops this message takes

sendStateTo TransportAddress

the sender of this message

Source code:

//
// Message used to find a Pastry node
//
packet PastryFindNodeExtData
{
    TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE;    // the sender of this message
    int joinHopCount = 0;    // counts the hops this message takes
}