This modul contains the finger table of the Chord implementation.
Author: Ingmar Baumgart, Markus Mauch
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
If a module type shows up more than once, that means it has been defined in more than one NED file.
ChordModules (compound module) |
Implementation of the Chord KBR overlay as described in "Chord: A Scalable Peer-to-Peer Lookup Protocol for Internet Applications" by I. Stoica et al. published in Transactions on Networking. |
Name | Value | Description |
---|---|---|
display | i=block/table |
// // This modul contains the finger table of the Chord implementation. // // @author Ingmar Baumgart, Markus Mauch // simple ChordFingerTable { parameters: @display("i=block/table"); }