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

Public Member Functions | |
| Endpoint ()=default | |
| Endpoint (beast::IP::Endpoint ep, std::uint32_t hops) | |
Public Attributes | |
| std::uint32_t | hops = 0 |
| beast::IP::Endpoint | address |
Describes a connectable peer address along with some metadata.
Definition at line 106 of file PeerfinderManager.h.
|
default |
| xrpl::PeerFinder::Endpoint::Endpoint | ( | beast::IP::Endpoint | ep, |
| std::uint32_t | hops ) |
Definition at line 12 of file Endpoint.cpp.
| std::uint32_t xrpl::PeerFinder::Endpoint::hops = 0 |
Definition at line 112 of file PeerfinderManager.h.
| beast::IP::Endpoint xrpl::PeerFinder::Endpoint::address |
Definition at line 113 of file PeerfinderManager.h.