Dash Core  0.12.2.1
P2P Digital Currency
CConnman::Options Struct Reference

#include <net.h>

Public Attributes

ServiceFlags nLocalServices = NODE_NONE
 
ServiceFlags nRelevantServices = NODE_NONE
 
int nMaxConnections = 0
 
int nMaxOutbound = 0
 
int nMaxFeeler = 0
 
int nBestHeight = 0
 
CClientUIInterfaceuiInterface = nullptr
 
unsigned int nSendBufferMaxSize = 0
 
unsigned int nReceiveFloodSize = 0
 

Detailed Description

Definition at line 119 of file net.h.

Member Data Documentation

◆ nBestHeight

int CConnman::Options::nBestHeight = 0

Definition at line 126 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nLocalServices

ServiceFlags CConnman::Options::nLocalServices = NODE_NONE

Definition at line 121 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nMaxConnections

int CConnman::Options::nMaxConnections = 0

Definition at line 123 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nMaxFeeler

int CConnman::Options::nMaxFeeler = 0

Definition at line 125 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nMaxOutbound

int CConnman::Options::nMaxOutbound = 0

Definition at line 124 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nReceiveFloodSize

unsigned int CConnman::Options::nReceiveFloodSize = 0

Definition at line 129 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nRelevantServices

ServiceFlags CConnman::Options::nRelevantServices = NODE_NONE

Definition at line 122 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ nSendBufferMaxSize

unsigned int CConnman::Options::nSendBufferMaxSize = 0

Definition at line 128 of file net.h.

Referenced by AppInit2(), and CConnman::Start().

◆ uiInterface

CClientUIInterface* CConnman::Options::uiInterface = nullptr

Definition at line 127 of file net.h.

Referenced by AppInit2(), and CConnman::Start().


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