Tunable options controlling peer manager behavior.
Declared in <net_processing.h>
struct Options;
| Name | Description |
|---|---|
capture_messages | Whether all P2P messages are captured to disk |
deterministic_rng | Whether or not the internal RNG behaves deterministically (this is a test-only option). |
ignore_incoming_txs | Whether this node is running in -blocksonly mode |
max_extra_txs | Number of non-mempool transactions to keep around for block reconstruction. Includes orphan, replaced, and rejected transactions. |
max_headers_result | Number of headers sent in one getheaders message result (this is a test-only option). |
private_broadcast | Whether private broadcast is used for sending transactions. |
reconcile_txs | Whether transaction reconciliation protocol is enabled |
tx_send_rate | Maximum per-second rate for sending transaction inventory to peers. |