![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <net_processing.h>
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 |
Definition at line 74 of file net_processing.h.
| bool PeerManagerInfo::ignores_incoming_txs {false} |
Definition at line 82 of file net_processing.h.
| InvBucketInfo PeerManagerInfo::inbound_bucket |
Definition at line 85 of file net_processing.h.
| std::chrono::seconds PeerManagerInfo::median_outbound_time_offset {0s} |
Definition at line 81 of file net_processing.h.
| InvBucketInfo PeerManagerInfo::outbound_bucket |
Definition at line 86 of file net_processing.h.
| bool PeerManagerInfo::private_broadcast {DEFAULT_PRIVATE_BROADCAST} |
Definition at line 83 of file net_processing.h.
| unsigned int PeerManagerInfo::tx_send_rate {0} |
Definition at line 84 of file net_processing.h.