P2pnsCache.h File Reference

#include <set>
#include <vector>
#include <deque>
#include <sstream>
#include <omnetpp.h>
#include <NodeHandle.h>
#include <InitStages.h>
#include <BinaryValue.h>

Go to the source code of this file.

Classes

struct  P2pnsCacheEntry
class  P2pnsIdCacheEntry
class  P2pnsCache
 P2PNS name cache module. More...

Typedefs

typedef std::map< OverlayKey,
P2pnsIdCacheEntry
P2pnsIdCache

Enumerations

enum  P2pnsConnectionStates { CONNECTION_PENDING = 0, CONNECTION_ACTIVE = 1 }

Detailed Description

Author:
Ingmar Baumgart

Definition in file P2pnsCache.h.


Typedef Documentation

Definition at line 65 of file P2pnsCache.h.


Enumeration Type Documentation

Enumerator:
CONNECTION_PENDING 
CONNECTION_ACTIVE 

Definition at line 46 of file P2pnsCache.h.

00046                            {
00047     CONNECTION_PENDING = 0,
00048     CONNECTION_ACTIVE = 1
00049 };

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3