Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
CConnman::Options Struct Reference

#include <net.h>

Collaboration diagram for CConnman::Options:
[legend]

Public Attributes

ServiceFlags nLocalServices = NODE_NONE
 
int nMaxConnections = 0
 
int m_max_outbound_full_relay = 0
 
int m_max_outbound_block_relay = 0
 
int m_max_avalanche_outbound = 0
 
int nMaxAddnode = 0
 
int nMaxFeeler = 0
 
CClientUIInterfaceuiInterface = nullptr
 
std::vector< NetEventsInterface * > m_msgproc
 
BanManm_banman = nullptr
 
unsigned int nSendBufferMaxSize = 0
 
unsigned int nReceiveFloodSize = 0
 
uint64_t nMaxOutboundLimit = 0
 
int64_t m_peer_connect_timeout = DEFAULT_PEER_CONNECT_TIMEOUT
 
std::vector< std::string > vSeedNodes
 
std::vector< NetWhitelistPermissionsvWhitelistedRange
 
std::vector< NetWhitebindPermissionsvWhiteBinds
 
std::vector< CServicevBinds
 
std::vector< CServiceonion_binds
 
bool bind_on_any
 True if the user did not specify -bind= or -whitebind= and thus we should bind on 0.0.0.0 (IPv4) and :: (IPv6). More...
 
bool m_use_addrman_outgoing = true
 
std::vector< std::string > m_specified_outgoing
 
std::vector< std::string > m_added_nodes
 
bool m_i2p_accept_incoming = true
 

Detailed Description

Definition at line 854 of file net.h.

Member Data Documentation

◆ bind_on_any

bool CConnman::Options::bind_on_any

True if the user did not specify -bind= or -whitebind= and thus we should bind on 0.0.0.0 (IPv4) and :: (IPv6).

Definition at line 876 of file net.h.

◆ m_added_nodes

std::vector<std::string> CConnman::Options::m_added_nodes

Definition at line 879 of file net.h.

◆ m_banman

BanMan* CConnman::Options::m_banman = nullptr

Definition at line 864 of file net.h.

◆ m_i2p_accept_incoming

bool CConnman::Options::m_i2p_accept_incoming = true

Definition at line 880 of file net.h.

◆ m_max_avalanche_outbound

int CConnman::Options::m_max_avalanche_outbound = 0

Definition at line 859 of file net.h.

◆ m_max_outbound_block_relay

int CConnman::Options::m_max_outbound_block_relay = 0

Definition at line 858 of file net.h.

◆ m_max_outbound_full_relay

int CConnman::Options::m_max_outbound_full_relay = 0

Definition at line 857 of file net.h.

◆ m_msgproc

std::vector<NetEventsInterface *> CConnman::Options::m_msgproc

Definition at line 863 of file net.h.

◆ m_peer_connect_timeout

int64_t CConnman::Options::m_peer_connect_timeout = DEFAULT_PEER_CONNECT_TIMEOUT

Definition at line 868 of file net.h.

◆ m_specified_outgoing

std::vector<std::string> CConnman::Options::m_specified_outgoing

Definition at line 878 of file net.h.

◆ m_use_addrman_outgoing

bool CConnman::Options::m_use_addrman_outgoing = true

Definition at line 877 of file net.h.

◆ nLocalServices

ServiceFlags CConnman::Options::nLocalServices = NODE_NONE

Definition at line 855 of file net.h.

◆ nMaxAddnode

int CConnman::Options::nMaxAddnode = 0

Definition at line 860 of file net.h.

◆ nMaxConnections

int CConnman::Options::nMaxConnections = 0

Definition at line 856 of file net.h.

◆ nMaxFeeler

int CConnman::Options::nMaxFeeler = 0

Definition at line 861 of file net.h.

◆ nMaxOutboundLimit

uint64_t CConnman::Options::nMaxOutboundLimit = 0

Definition at line 867 of file net.h.

◆ nReceiveFloodSize

unsigned int CConnman::Options::nReceiveFloodSize = 0

Definition at line 866 of file net.h.

◆ nSendBufferMaxSize

unsigned int CConnman::Options::nSendBufferMaxSize = 0

Definition at line 865 of file net.h.

◆ onion_binds

std::vector<CService> CConnman::Options::onion_binds

Definition at line 873 of file net.h.

◆ uiInterface

CClientUIInterface* CConnman::Options::uiInterface = nullptr

Definition at line 862 of file net.h.

◆ vBinds

std::vector<CService> CConnman::Options::vBinds

Definition at line 872 of file net.h.

◆ vSeedNodes

std::vector<std::string> CConnman::Options::vSeedNodes

Definition at line 869 of file net.h.

◆ vWhiteBinds

std::vector<NetWhitebindPermissions> CConnman::Options::vWhiteBinds

Definition at line 871 of file net.h.

◆ vWhitelistedRange

std::vector<NetWhitelistPermissions> CConnman::Options::vWhitelistedRange

Definition at line 870 of file net.h.


The documentation for this struct was generated from the following file: