OverSim
|
#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 } |
Definition in file P2pnsCache.h.
typedef std::map<OverlayKey, P2pnsIdCacheEntry> P2pnsIdCache |
Definition at line 65 of file P2pnsCache.h.
Definition at line 46 of file P2pnsCache.h.