|
xrpld
|
Describes a connectable peer address along with some metadata. More...
#include <Types.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 25 of file peerfinder/Types.h.
|
default |
| xrpl::peer_finder::Endpoint::Endpoint | ( | beast::ip::Endpoint | ep, |
| std::uint32_t | hops ) |
Definition at line 10 of file Endpoint.cpp.
| std::uint32_t xrpl::peer_finder::Endpoint::hops = 0 |
Definition at line 31 of file peerfinder/Types.h.
| beast::ip::Endpoint xrpl::peer_finder::Endpoint::address |
Definition at line 32 of file peerfinder/Types.h.