OverSim
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.