Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Variables
seeder Namespace Reference

Classes

class  CDnsSeedOpts
 

Variables

static const int CONTINUE_EXECUTION = -1
 
static const int DEFAULT_DUMP_INTERVAL_SECONDS = 60 * 60
 
static const int DEFAULT_NUM_THREADS = 96
 
static const int DEFAULT_PORT = 53
 
static const int DEFAULT_NUM_DNS_THREADS = 4
 
static const bool DEFAULT_WIPE_BAN = false
 
static const bool DEFAULT_WIPE_IGNORE = false
 
static const std::string DEFAULT_EMAIL = ""
 
static const std::string DEFAULT_NAMESERVER = ""
 
static const std::string DEFAULT_HOST = ""
 
static const std::string DEFAULT_TOR_PROXY = ""
 
static const std::string DEFAULT_LISTEN_ADDRESS = "::"
 
static const std::string DEFAULT_IPV4_PROXY = ""
 
static const std::string DEFAULT_IPV6_PROXY = ""
 

Variable Documentation

◆ CONTINUE_EXECUTION

const int seeder::CONTINUE_EXECUTION = -1
static

Definition at line 16 of file options.h.

◆ DEFAULT_DUMP_INTERVAL_SECONDS

const int seeder::DEFAULT_DUMP_INTERVAL_SECONDS = 60 * 60
static

Definition at line 18 of file options.h.

◆ DEFAULT_EMAIL

const std::string seeder::DEFAULT_EMAIL = ""
static

Definition at line 24 of file options.h.

◆ DEFAULT_HOST

const std::string seeder::DEFAULT_HOST = ""
static

Definition at line 26 of file options.h.

◆ DEFAULT_IPV4_PROXY

const std::string seeder::DEFAULT_IPV4_PROXY = ""
static

Definition at line 29 of file options.h.

◆ DEFAULT_IPV6_PROXY

const std::string seeder::DEFAULT_IPV6_PROXY = ""
static

Definition at line 30 of file options.h.

◆ DEFAULT_LISTEN_ADDRESS

const std::string seeder::DEFAULT_LISTEN_ADDRESS = "::"
static

Definition at line 28 of file options.h.

◆ DEFAULT_NAMESERVER

const std::string seeder::DEFAULT_NAMESERVER = ""
static

Definition at line 25 of file options.h.

◆ DEFAULT_NUM_DNS_THREADS

const int seeder::DEFAULT_NUM_DNS_THREADS = 4
static

Definition at line 21 of file options.h.

◆ DEFAULT_NUM_THREADS

const int seeder::DEFAULT_NUM_THREADS = 96
static

Definition at line 19 of file options.h.

◆ DEFAULT_PORT

const int seeder::DEFAULT_PORT = 53
static

Definition at line 20 of file options.h.

◆ DEFAULT_TOR_PROXY

const std::string seeder::DEFAULT_TOR_PROXY = ""
static

Definition at line 27 of file options.h.

◆ DEFAULT_WIPE_BAN

const bool seeder::DEFAULT_WIPE_BAN = false
static

Definition at line 22 of file options.h.

◆ DEFAULT_WIPE_IGNORE

const bool seeder::DEFAULT_WIPE_IGNORE = false
static

Definition at line 23 of file options.h.