Raven Core  3.0.0
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 nMaxOutbound = 0
 
int nMaxAddnode = 0
 
int nMaxFeeler = 0
 
int nBestHeight = 0
 
CClientUIInterfaceuiInterface = nullptr
 
NetEventsInterfacem_msgproc = nullptr
 
unsigned int nSendBufferMaxSize = 0
 
unsigned int nReceiveFloodSize = 0
 
uint64_t nMaxOutboundTimeframe = 0
 
uint64_t nMaxOutboundLimit = 0
 
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
 

Detailed Description

Definition at line 131 of file net.h.

Member Data Documentation

◆ m_added_nodes

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

Definition at line 150 of file net.h.

◆ m_msgproc

NetEventsInterface* CConnman::Options::m_msgproc = nullptr

Definition at line 140 of file net.h.

◆ m_specified_outgoing

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

Definition at line 149 of file net.h.

◆ m_use_addrman_outgoing

bool CConnman::Options::m_use_addrman_outgoing = true

Definition at line 148 of file net.h.

◆ nBestHeight

int CConnman::Options::nBestHeight = 0

Definition at line 138 of file net.h.

◆ nLocalServices

ServiceFlags CConnman::Options::nLocalServices = NODE_NONE

Definition at line 133 of file net.h.

◆ nMaxAddnode

int CConnman::Options::nMaxAddnode = 0

Definition at line 136 of file net.h.

◆ nMaxConnections

int CConnman::Options::nMaxConnections = 0

Definition at line 134 of file net.h.

◆ nMaxFeeler

int CConnman::Options::nMaxFeeler = 0

Definition at line 137 of file net.h.

◆ nMaxOutbound

int CConnman::Options::nMaxOutbound = 0

Definition at line 135 of file net.h.

◆ nMaxOutboundLimit

uint64_t CConnman::Options::nMaxOutboundLimit = 0

Definition at line 144 of file net.h.

◆ nMaxOutboundTimeframe

uint64_t CConnman::Options::nMaxOutboundTimeframe = 0

Definition at line 143 of file net.h.

◆ nReceiveFloodSize

unsigned int CConnman::Options::nReceiveFloodSize = 0

Definition at line 142 of file net.h.

◆ nSendBufferMaxSize

unsigned int CConnman::Options::nSendBufferMaxSize = 0

Definition at line 141 of file net.h.

◆ uiInterface

CClientUIInterface* CConnman::Options::uiInterface = nullptr

Definition at line 139 of file net.h.

◆ vBinds

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

Definition at line 147 of file net.h.

◆ vSeedNodes

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

Definition at line 145 of file net.h.

◆ vWhiteBinds

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

Definition at line 147 of file net.h.

◆ vWhitelistedRange

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

Definition at line 146 of file net.h.


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