![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <net.h>
Public Attributes | |
| ServiceFlags | nLocalServices = NODE_NONE |
| int | nMaxConnections = 0 |
| int | m_max_outbound_full_relay = 0 |
| int | m_max_outbound_block_relay = 0 |
| int | nMaxAddnode = 0 |
| int | nMaxFeeler = 0 |
| int | nBestHeight = 0 |
| CClientUIInterface * | uiInterface = nullptr |
| NetEventsInterface * | m_msgproc = nullptr |
| BanMan * | m_banman = nullptr |
| unsigned int | nSendBufferMaxSize = 0 |
| unsigned int | nReceiveFloodSize = 0 |
| uint64_t | nMaxOutboundTimeframe = 0 |
| uint64_t | nMaxOutboundLimit = 0 |
| int64_t | m_peer_connect_timeout = DEFAULT_PEER_CONNECT_TIMEOUT |
| std::vector< std::string > | vSeedNodes |
| std::vector < NetWhitelistPermissions > | vWhitelistedRange |
| std::vector < NetWhitebindPermissions > | vWhiteBinds |
| std::vector< CService > | vBinds |
| std::vector< CService > | onion_binds |
| bool | m_use_addrman_outgoing = true |
| std::vector< std::string > | m_specified_outgoing |
| std::vector< std::string > | m_added_nodes |
| std::vector< bool > | m_asmap |
| NetEventsInterface* CConnman::Options::m_msgproc = nullptr |
| int64_t CConnman::Options::m_peer_connect_timeout = DEFAULT_PEER_CONNECT_TIMEOUT |
| std::vector<std::string> CConnman::Options::m_specified_outgoing |
| ServiceFlags CConnman::Options::nLocalServices = NODE_NONE |
| CClientUIInterface* CConnman::Options::uiInterface = nullptr |
| std::vector<NetWhitebindPermissions> CConnman::Options::vWhiteBinds |
| std::vector<NetWhitelistPermissions> CConnman::Options::vWhitelistedRange |
1.8.8