Classes | Typedefs

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  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 51 of file PeerStorage.h.