OverSim
|
BootstrapEntry consists of TransportAddress and PeerInfo and is used (together with IPvXAddress) as an entry in the peerSet. More...
#include <PeerStorage.h>
Public Attributes | |
AddrPerOverlayVector | addrVector |
PeerInfo * | info |
uint32_t | peerVectorIndex |
Friends | |
std::ostream & | operator<< (std::ostream &Stream, const BootstrapEntry &entry) |
BootstrapEntry consists of TransportAddress and PeerInfo and is used (together with IPvXAddress) as an entry in the peerSet.
Definition at line 101 of file PeerStorage.h.
|
friend |
Definition at line 41 of file GlobalNodeList.cc.
AddrPerOverlayVector BootstrapEntry::addrVector |
Definition at line 103 of file PeerStorage.h.
Referenced by GlobalNodeList::getNodeHandle(), and operator<<().
PeerInfo* BootstrapEntry::info |
Definition at line 104 of file PeerStorage.h.
Referenced by GlobalNodeList::addPeer(), and operator<<().
uint32_t BootstrapEntry::peerVectorIndex |
Definition at line 105 of file PeerStorage.h.