OverSim
PeerStorage.h File Reference
#include <vector>
#include <list>
#include <oversim_mapset.h>
#include <IPvXAddress.h>
#include <TransportAddress.h>
#include <HashFunc.h>
#include <PeerInfo.h>

Go to the source code of this file.

Classes

struct  AddrPerOverlay
 AddrPerOverlay contains the TransportAddress and bootstrap status for every overlay this node is part of. More...
class  AddrPerOverlayVector
struct  BootstrapEntry
 BootstrapEntry consists of TransportAddress and PeerInfo and is used (together with IPvXAddress) as an entry in the peerSet. More...
class  PeerStorage

Typedefs

typedef UNORDERED_MAP
< IPvXAddress, BootstrapEntry
PeerHashMap

Detailed Description

Author
Ingmar Baumgart

Definition in file PeerStorage.h.

Typedef Documentation

typedef UNORDERED_MAP<IPvXAddress, BootstrapEntry> PeerHashMap

Definition at line 109 of file PeerStorage.h.