![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <net_processing.h>
Public Attributes | |
bool | ignore_incoming_txs {DEFAULT_BLOCKSONLY} |
Whether this node is running in -blocksonly mode. More... | |
bool | reconcile_txs {DEFAULT_TXRECONCILIATION_ENABLE} |
Whether transaction reconciliation protocol is enabled. More... | |
uint32_t | max_orphan_txs {DEFAULT_MAX_ORPHAN_TRANSACTIONS} |
Maximum number of orphan transactions kept in memory. More... | |
uint32_t | max_extra_txs {DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN} |
Number of non-mempool transactions to keep around for block reconstruction. More... | |
bool | capture_messages {false} |
Whether all P2P messages are captured to disk. More... | |
Definition at line 49 of file net_processing.h.
bool PeerManager::Options::capture_messages {false} |
Whether all P2P messages are captured to disk.
Definition at line 60 of file net_processing.h.
bool PeerManager::Options::ignore_incoming_txs {DEFAULT_BLOCKSONLY} |
Whether this node is running in -blocksonly mode.
Definition at line 51 of file net_processing.h.
uint32_t PeerManager::Options::max_extra_txs {DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN} |
Number of non-mempool transactions to keep around for block reconstruction.
Includes orphan, replaced, and rejected transactions.
Definition at line 58 of file net_processing.h.
uint32_t PeerManager::Options::max_orphan_txs {DEFAULT_MAX_ORPHAN_TRANSACTIONS} |
Maximum number of orphan transactions kept in memory.
Definition at line 55 of file net_processing.h.
bool PeerManager::Options::reconcile_txs {DEFAULT_TXRECONCILIATION_ENABLE} |
Whether transaction reconciliation protocol is enabled.
Definition at line 53 of file net_processing.h.