| 
    rippled
    
   | 
 
Describes a connectible peer address along with some metadata. More...
#include <PeerfinderManager.h>

Public Member Functions | |
| Endpoint ()=default | |
| Endpoint (beast::IP::Endpoint const &ep, std::uint32_t hops_) | |
Public Attributes | |
| std::uint32_t | hops = 0 | 
| beast::IP::Endpoint | address | 
Describes a connectible peer address along with some metadata.
Definition at line 101 of file PeerfinderManager.h.
      
  | 
  default | 
| ripple::PeerFinder::Endpoint::Endpoint | ( | beast::IP::Endpoint const & | ep, | 
| std::uint32_t | hops_ | ||
| ) | 
Definition at line 7 of file Endpoint.cpp.
| std::uint32_t ripple::PeerFinder::Endpoint::hops = 0 | 
Definition at line 107 of file PeerfinderManager.h.
| beast::IP::Endpoint ripple::PeerFinder::Endpoint::address | 
Definition at line 108 of file PeerfinderManager.h.