Packet KoordeFindNodeExtMessage

File: src/overlay/chord/ChordMessage.msg

C++ definition

Message used to find nodes in the Koorde overlay

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
routeKey OverlayKey

the OverlayKey of the next hop node

step int

the de bruijn routing step

Source code:

//
// Message used to find nodes in the Koorde overlay
//
packet KoordeFindNodeExtMessage
{
    OverlayKey routeKey;    // the OverlayKey of the next hop node
    int step;             // the de bruijn routing step
}