Simple Module ChordFingerTable

Package: oversim.overlay.chord
File: src/overlay/chord/Chord.ned

C++ definition

This modul contains the finger table of the Chord implementation.

Author: Ingmar Baumgart, Markus Mauch

ChordFingerTable

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.

Used in compound modules:

Name Type Description
ChordModules compound module

Implementation of the Chord KBR overlay as described in "Chord: A Scalable Peer-to-Peer Lookup Protocol for Internet(1,2) Applications" by I. Stoica et al. published in Transactions on Networking.

Properties:

Name Value Description
display i=block/table

Source code:

//
// This modul contains the finger table of the Chord implementation.
//
// @author Ingmar Baumgart, Markus Mauch
//
simple ChordFingerTable
{
    parameters:
        @display("i=block/table");
}