![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | CNodeStateStats |
| class | PeerManager |
| struct | PeerManager::Options |
Variables | |
| static constexpr bool | DEFAULT_TXRECONCILIATION_ENABLE {false} |
| Whether transaction reconciliation protocol should be enabled by default. More... | |
| static const uint32_t | DEFAULT_MAX_ORPHAN_TRANSACTIONS {100} |
| Default for -maxorphantx, maximum number of orphan transactions kept in memory. More... | |
| static const uint32_t | DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN {100} |
| Default number of non-mempool transactions to keep around for block reconstruction. More... | |
| static const bool | DEFAULT_PEERBLOOMFILTERS = false |
| static const bool | DEFAULT_PEERBLOCKFILTERS = false |
| static const int | DISCOURAGEMENT_THRESHOLD {100} |
| Threshold for marking a node to be discouraged, e.g. More... | |
| static const unsigned int | MAX_CMPCTBLOCKS_INFLIGHT_PER_BLOCK = 3 |
| Maximum number of outstanding CMPCTBLOCK requests for the same block. More... | |
|
static |
Default number of non-mempool transactions to keep around for block reconstruction.
Includes orphan, replaced, and rejected transactions.
Definition at line 23 of file net_processing.h.
|
static |
Default for -maxorphantx, maximum number of orphan transactions kept in memory.
Definition at line 20 of file net_processing.h.
|
static |
Definition at line 25 of file net_processing.h.
|
static |
Definition at line 24 of file net_processing.h.
|
static |
Whether transaction reconciliation protocol should be enabled by default.
Definition at line 18 of file net_processing.h.
|
static |
Threshold for marking a node to be discouraged, e.g.
disconnected and added to the discouragement filter.
Definition at line 27 of file net_processing.h.
|
static |
Maximum number of outstanding CMPCTBLOCK requests for the same block.
Definition at line 29 of file net_processing.h.
1.8.14