xrpld
Loading...
Searching...
No Matches
xrpl::reduce_relay::Slot< ClockType >::PeerInfo Struct Reference

Data maintained for each peer. More...

Collaboration diagram for xrpl::reduce_relay::Slot< ClockType >::PeerInfo:

Public Attributes

PeerState state
std::size_t count
time_point expire
time_point lastMessage

Detailed Description

template<typename ClockType>
struct xrpl::reduce_relay::Slot< ClockType >::PeerInfo

Data maintained for each peer.

Definition at line 202 of file overlay/Slot.h.

Member Data Documentation

◆ state

template<typename ClockType>
PeerState xrpl::reduce_relay::Slot< ClockType >::PeerInfo::state

Definition at line 204 of file overlay/Slot.h.

◆ count

template<typename ClockType>
std::size_t xrpl::reduce_relay::Slot< ClockType >::PeerInfo::count

Definition at line 205 of file overlay/Slot.h.

◆ expire

template<typename ClockType>
time_point xrpl::reduce_relay::Slot< ClockType >::PeerInfo::expire

Definition at line 206 of file overlay/Slot.h.

◆ lastMessage

template<typename ClockType>
time_point xrpl::reduce_relay::Slot< ClockType >::PeerInfo::lastMessage

Definition at line 207 of file overlay/Slot.h.