Simple Module P2pnsCache

Package: oversim.tier2.p2pns
File: src/tier2/p2pns/P2pns.ned

C++ definition

The name cache module of the P2PNS implementation

Author: Ingmar Baumgart

P2pnsCache

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
P2pnsModules compound module

Implementation of "P2PNS: A distributed name service for P2PSIP"

Properties:

Name Value Description
display i=block/table

Source code:

//
// The name cache module of the P2PNS implementation
//
// @author Ingmar Baumgart
//
simple P2pnsCache
{
    parameters:
        @display("i=block/table");
}