Bitcoin Core 31.99.0
P2P Digital Currency
Classes | Public Attributes | List of all members
PeerManagerInfo Struct Reference

#include <net_processing.h>

Collaboration diagram for PeerManagerInfo:
[legend]

Classes

struct  InvBucketInfo
 

Public Attributes

std::chrono::seconds median_outbound_time_offset {0s}
 
bool ignores_incoming_txs {false}
 
bool private_broadcast {DEFAULT_PRIVATE_BROADCAST}
 
unsigned int tx_send_rate {0}
 
InvBucketInfo inbound_bucket
 
InvBucketInfo outbound_bucket
 

Detailed Description

Definition at line 74 of file net_processing.h.

Member Data Documentation

◆ ignores_incoming_txs

bool PeerManagerInfo::ignores_incoming_txs {false}

Definition at line 82 of file net_processing.h.

◆ inbound_bucket

InvBucketInfo PeerManagerInfo::inbound_bucket

Definition at line 85 of file net_processing.h.

◆ median_outbound_time_offset

std::chrono::seconds PeerManagerInfo::median_outbound_time_offset {0s}

Definition at line 81 of file net_processing.h.

◆ outbound_bucket

InvBucketInfo PeerManagerInfo::outbound_bucket

Definition at line 86 of file net_processing.h.

◆ private_broadcast

bool PeerManagerInfo::private_broadcast {DEFAULT_PRIVATE_BROADCAST}

Definition at line 83 of file net_processing.h.

◆ tx_send_rate

unsigned int PeerManagerInfo::tx_send_rate {0}

Definition at line 84 of file net_processing.h.


The documentation for this struct was generated from the following file: