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