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 246 of file src/xrpld/overlay/Slot.h.

Member Data Documentation

◆ state

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

Definition at line 248 of file src/xrpld/overlay/Slot.h.

◆ count

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

Definition at line 249 of file src/xrpld/overlay/Slot.h.

◆ expire

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

Definition at line 250 of file src/xrpld/overlay/Slot.h.

◆ lastMessage

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

Definition at line 251 of file src/xrpld/overlay/Slot.h.