Skip to content

eth::EthPeerQueueStatsSnapshot

#include <eth_peer_queue.hpp>

Public Attributes

Name
size_t cached_peer_count
size_t discovered_peer_count
size_t requeued_peer_count
size_t duplicate_peer_drop_count
size_t capacity_drop_count
size_t flaky_peer_drop_count
size_t too_many_peers_backoff_count
size_t backoff_drop_count
size_t disconnect_feedback_count
size_t disconnected_before_connected_count
size_t disconnected_after_connected_count
size_t too_many_peers_before_connected_count
size_t too_many_peers_after_connected_count
size_t tcp_failure_count
size_t timeout_count
size_t subprotocol_error_count

Public Attributes Documentation

variable cached_peer_count

size_t cached_peer_count = 0;

variable discovered_peer_count

size_t discovered_peer_count = 0;

variable requeued_peer_count

size_t requeued_peer_count = 0;

variable duplicate_peer_drop_count

size_t duplicate_peer_drop_count = 0;

variable capacity_drop_count

size_t capacity_drop_count = 0;

variable flaky_peer_drop_count

size_t flaky_peer_drop_count = 0;

variable too_many_peers_backoff_count

size_t too_many_peers_backoff_count = 0;

variable backoff_drop_count

size_t backoff_drop_count = 0;

variable disconnect_feedback_count

size_t disconnect_feedback_count = 0;

variable disconnected_before_connected_count

size_t disconnected_before_connected_count = 0;

variable disconnected_after_connected_count

size_t disconnected_after_connected_count = 0;

variable too_many_peers_before_connected_count

size_t too_many_peers_before_connected_count = 0;

variable too_many_peers_after_connected_count

size_t too_many_peers_after_connected_count = 0;

variable tcp_failure_count

size_t tcp_failure_count = 0;

variable timeout_count

size_t timeout_count = 0;

variable subprotocol_error_count

size_t subprotocol_error_count = 0;

Updated on 2026-06-05 at 17:22:18 -0700