![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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 |
CClientUIInterface * | uiInterface = nullptr |
unsigned int | nSendBufferMaxSize = 0 |
unsigned int | nReceiveFloodSize = 0 |
int CConnman::Options::nBestHeight = 0 |
Definition at line 126 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
ServiceFlags CConnman::Options::nLocalServices = NODE_NONE |
Definition at line 121 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
int CConnman::Options::nMaxConnections = 0 |
Definition at line 123 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
int CConnman::Options::nMaxFeeler = 0 |
Definition at line 125 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
int CConnman::Options::nMaxOutbound = 0 |
Definition at line 124 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
unsigned int CConnman::Options::nReceiveFloodSize = 0 |
Definition at line 129 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
ServiceFlags CConnman::Options::nRelevantServices = NODE_NONE |
Definition at line 122 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
unsigned int CConnman::Options::nSendBufferMaxSize = 0 |
Definition at line 128 of file net.h.
Referenced by AppInit2(), and CConnman::Start().
CClientUIInterface* CConnman::Options::uiInterface = nullptr |
Definition at line 127 of file net.h.
Referenced by AppInit2(), and CConnman::Start().