rippled
Public Member Functions | Public Attributes | List of all members
ripple::PeerFinder::Endpoint Struct Reference

Describes a connectible peer address along with some metadata. More...

Collaboration diagram for ripple::PeerFinder::Endpoint:
Collaboration graph
[legend]

Public Member Functions

 Endpoint ()
 
 Endpoint (beast::IP::Endpoint const &ep, int hops_)
 

Public Attributes

int hops
 
beast::IP::Endpoint address
 

Detailed Description

Describes a connectible peer address along with some metadata.

Definition at line 96 of file PeerfinderManager.h.

Constructor & Destructor Documentation

◆ Endpoint() [1/2]

ripple::PeerFinder::Endpoint::Endpoint ( )

Definition at line 25 of file Endpoint.cpp.

◆ Endpoint() [2/2]

ripple::PeerFinder::Endpoint::Endpoint ( beast::IP::Endpoint const &  ep,
int  hops_ 
)

Definition at line 30 of file Endpoint.cpp.

Member Data Documentation

◆ hops

int ripple::PeerFinder::Endpoint::hops

Definition at line 102 of file PeerfinderManager.h.

◆ address

beast::IP::Endpoint ripple::PeerFinder::Endpoint::address

Definition at line 103 of file PeerfinderManager.h.