Go to the source code of this file.
◆ DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN
const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100 |
|
static |
Default number of orphan+recently-replaced txn to keep around for block reconstruction.
Definition at line 20 of file net_processing.h.
◆ DEFAULT_MAX_ORPHAN_TRANSACTIONS
const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100 |
|
static |
Default for -maxorphantx, maximum number of orphan transactions kept in memory.
Definition at line 18 of file net_processing.h.
◆ DEFAULT_PEERBLOCKFILTERS
const bool DEFAULT_PEERBLOCKFILTERS = false |
|
static |
◆ DEFAULT_PEERBLOOMFILTERS
const bool DEFAULT_PEERBLOOMFILTERS = false |
|
static |
◆ DISCOURAGEMENT_THRESHOLD
const int DISCOURAGEMENT_THRESHOLD {100} |
|
static |
Threshold for marking a node to be discouraged, e.g.
disconnected and added to the discouragement filter.
Definition at line 24 of file net_processing.h.
◆ MAX_CMPCTBLOCKS_INFLIGHT_PER_BLOCK
const unsigned int MAX_CMPCTBLOCKS_INFLIGHT_PER_BLOCK = 3 |
|
static |
Maximum number of outstanding CMPCTBLOCK requests for the same block.
Definition at line 26 of file net_processing.h.