rippled
|
Describes a connectible peer address along with some metadata. More...
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 113 of file PeerfinderManager.h.
|
default |
ripple::PeerFinder::Endpoint::Endpoint | ( | beast::IP::Endpoint const & | ep, |
std::uint32_t | hops_ | ||
) |
Definition at line 26 of file Endpoint.cpp.
std::uint32_t ripple::PeerFinder::Endpoint::hops = 0 |
Definition at line 119 of file PeerfinderManager.h.
beast::IP::Endpoint ripple::PeerFinder::Endpoint::address |
Definition at line 120 of file PeerfinderManager.h.