Fabcoin Core  0.16.2
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
 
ServiceFlags nRelevantServices = 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
 

Detailed Description

Definition at line 131 of file net.h.

Member Data Documentation

NetEventsInterface* CConnman::Options::m_msgproc = nullptr

Definition at line 141 of file net.h.

int CConnman::Options::nBestHeight = 0

Definition at line 139 of file net.h.

ServiceFlags CConnman::Options::nLocalServices = NODE_NONE

Definition at line 133 of file net.h.

int CConnman::Options::nMaxAddnode = 0

Definition at line 137 of file net.h.

int CConnman::Options::nMaxConnections = 0

Definition at line 135 of file net.h.

int CConnman::Options::nMaxFeeler = 0

Definition at line 138 of file net.h.

int CConnman::Options::nMaxOutbound = 0

Definition at line 136 of file net.h.

uint64_t CConnman::Options::nMaxOutboundLimit = 0

Definition at line 145 of file net.h.

uint64_t CConnman::Options::nMaxOutboundTimeframe = 0

Definition at line 144 of file net.h.

unsigned int CConnman::Options::nReceiveFloodSize = 0

Definition at line 143 of file net.h.

ServiceFlags CConnman::Options::nRelevantServices = NODE_NONE

Definition at line 134 of file net.h.

unsigned int CConnman::Options::nSendBufferMaxSize = 0

Definition at line 142 of file net.h.

CClientUIInterface* CConnman::Options::uiInterface = nullptr

Definition at line 140 of file net.h.

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

Definition at line 148 of file net.h.

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

Definition at line 146 of file net.h.

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

Definition at line 148 of file net.h.

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

Definition at line 147 of file net.h.


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