Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Namespaces | Variables
net_processing.h File Reference
#include <net.h>
#include <sync.h>
#include <validationinterface.h>
Include dependency graph for net_processing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CNodeStateStats
 
class  PeerManager
 

Namespaces

 avalanche
 

Variables

static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100
 Default for -maxorphantx, maximum number of orphan transactions kept in memory. More...
 
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100
 Default number of orphan+recently-replaced txn to keep around for block reconstruction. More...
 
static const bool DEFAULT_PEERBLOCKFILTERS = false
 
static const int DISCOURAGEMENT_THRESHOLD {100}
 Threshold for marking a node to be discouraged, e.g. More...
 

Variable Documentation

◆ 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 31 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 26 of file net_processing.h.

◆ DEFAULT_PEERBLOCKFILTERS

const bool DEFAULT_PEERBLOCKFILTERS = false
static

Definition at line 32 of file net_processing.h.

◆ 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 35 of file net_processing.h.