rippled
Public Attributes | List of all members
ripple::reduce_relay::Slot< clock_type >::PeerInfo Struct Reference

Data maintained for each peer. More...

Collaboration diagram for ripple::reduce_relay::Slot< clock_type >::PeerInfo:
Collaboration graph
[legend]

Public Attributes

PeerState state
 
std::size_t count
 
time_point expire
 
time_point lastMessage
 

Detailed Description

template<typename clock_type>
struct ripple::reduce_relay::Slot< clock_type >::PeerInfo

Data maintained for each peer.

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

Member Data Documentation

◆ state

template<typename clock_type >
PeerState ripple::reduce_relay::Slot< clock_type >::PeerInfo::state

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

◆ count

template<typename clock_type >
std::size_t ripple::reduce_relay::Slot< clock_type >::PeerInfo::count

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

◆ expire

template<typename clock_type >
time_point ripple::reduce_relay::Slot< clock_type >::PeerInfo::expire

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

◆ lastMessage

template<typename clock_type >
time_point ripple::reduce_relay::Slot< clock_type >::PeerInfo::lastMessage

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