Bitcoin
Public Attributes | List of all members
CConnman::Options Struct Reference

#include <net.h>

Public Attributes

ServiceFlags nLocalServices = NODE_NONE
 
int nMaxConnections = 0
 
int nMaxOutbound = 0
 
int nMaxAddnode = 0
 
int nMaxFeeler = 0
 
int nBestHeight = 0
 
CClientUIInterfaceuiInterface = nullptr
 
NetEventsInterfacem_msgproc = nullptr
 
BanManm_banman = nullptr
 
unsigned int nSendBufferMaxSize = 0
 
unsigned int nReceiveFloodSize = 0
 
uint64_t nMaxOutboundTimeframe = 0
 
uint64_t nMaxOutboundLimit = 0
 
int64_t m_peer_connect_timeout = DEFAULT_PEER_CONNECT_TIMEOUT
 
std::vector< std::string > vSeedNodes
 
std::vector< CSubNetvWhitelistedRange
 
std::vector< CServicevBinds
 
std::vector< CServicevWhiteBinds
 
bool m_use_addrman_outgoing = true
 
std::vector< std::string > m_specified_outgoing
 
std::vector< std::string > m_added_nodes
 

Member Data Documentation

◆ m_added_nodes

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

◆ m_banman

BanMan* CConnman::Options::m_banman = nullptr

◆ m_msgproc

NetEventsInterface* CConnman::Options::m_msgproc = nullptr

◆ m_peer_connect_timeout

int64_t CConnman::Options::m_peer_connect_timeout = DEFAULT_PEER_CONNECT_TIMEOUT

◆ m_specified_outgoing

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

◆ m_use_addrman_outgoing

bool CConnman::Options::m_use_addrman_outgoing = true

◆ nBestHeight

int CConnman::Options::nBestHeight = 0

◆ nLocalServices

ServiceFlags CConnman::Options::nLocalServices = NODE_NONE

◆ nMaxAddnode

int CConnman::Options::nMaxAddnode = 0

◆ nMaxConnections

int CConnman::Options::nMaxConnections = 0

◆ nMaxFeeler

int CConnman::Options::nMaxFeeler = 0

◆ nMaxOutbound

int CConnman::Options::nMaxOutbound = 0

◆ nMaxOutboundLimit

uint64_t CConnman::Options::nMaxOutboundLimit = 0

◆ nMaxOutboundTimeframe

uint64_t CConnman::Options::nMaxOutboundTimeframe = 0

◆ nReceiveFloodSize

unsigned int CConnman::Options::nReceiveFloodSize = 0

◆ nSendBufferMaxSize

unsigned int CConnman::Options::nSendBufferMaxSize = 0

◆ uiInterface

CClientUIInterface* CConnman::Options::uiInterface = nullptr

◆ vBinds

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

◆ vSeedNodes

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

◆ vWhiteBinds

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

◆ vWhitelistedRange

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

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