Bitcoin Core 28.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... | |
bool | deterministic_rng {false} |
Whether or not the internal RNG behaves deterministically (this is a test-only option). More... | |
uint32_t | max_headers_result {MAX_HEADERS_RESULTS} |
Number of headers sent in one getheaders message result (this is a test-only option). More... | |
Definition at line 63 of file net_processing.h.
bool PeerManager::Options::capture_messages {false} |
Whether all P2P messages are captured to disk.
Definition at line 74 of file net_processing.h.
bool PeerManager::Options::deterministic_rng {false} |
Whether or not the internal RNG behaves deterministically (this is a test-only option).
Definition at line 77 of file net_processing.h.
bool PeerManager::Options::ignore_incoming_txs {DEFAULT_BLOCKSONLY} |
Whether this node is running in -blocksonly mode.
Definition at line 65 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 72 of file net_processing.h.
uint32_t PeerManager::Options::max_headers_result {MAX_HEADERS_RESULTS} |
Number of headers sent in one getheaders message result (this is a test-only option).
Definition at line 80 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 69 of file net_processing.h.
bool PeerManager::Options::reconcile_txs {DEFAULT_TXRECONCILIATION_ENABLE} |
Whether transaction reconciliation protocol is enabled.
Definition at line 67 of file net_processing.h.