Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <net.h>
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 |
CClientUIInterface * | uiInterface = nullptr |
NetEventsInterface * | m_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< CSubNet > | vWhitelistedRange |
std::vector< CService > | vBinds |
std::vector< CService > | vWhiteBinds |
NetEventsInterface* CConnman::Options::m_msgproc = nullptr |
ServiceFlags CConnman::Options::nLocalServices = NODE_NONE |
ServiceFlags CConnman::Options::nRelevantServices = NODE_NONE |
CClientUIInterface* CConnman::Options::uiInterface = nullptr |