#include <net.h>
Definition at line 1039 of file net.h.
◆ bind_on_any
bool CConnman::Options::bind_on_any |
True if the user did not specify -bind= or -whitebind= and thus we should bind on 0.0.0.0
(IPv4) and ::
(IPv6).
Definition at line 1058 of file net.h.
◆ m_added_nodes
std::vector<std::string> CConnman::Options::m_added_nodes |
◆ m_banman
BanMan* CConnman::Options::m_banman = nullptr |
◆ m_i2p_accept_incoming
bool CConnman::Options::m_i2p_accept_incoming |
◆ m_local_services
◆ m_max_automatic_connections
int CConnman::Options::m_max_automatic_connections = 0 |
◆ m_msgproc
◆ m_peer_connect_timeout
◆ m_specified_outgoing
std::vector<std::string> CConnman::Options::m_specified_outgoing |
◆ m_use_addrman_outgoing
bool CConnman::Options::m_use_addrman_outgoing = true |
◆ nMaxOutboundLimit
uint64_t CConnman::Options::nMaxOutboundLimit = 0 |
◆ nReceiveFloodSize
unsigned int CConnman::Options::nReceiveFloodSize = 0 |
◆ nSendBufferMaxSize
unsigned int CConnman::Options::nSendBufferMaxSize = 0 |
◆ onion_binds
std::vector<CService> CConnman::Options::onion_binds |
◆ uiInterface
◆ vBinds
std::vector<CService> CConnman::Options::vBinds |
◆ vSeedNodes
std::vector<std::string> CConnman::Options::vSeedNodes |
◆ vWhiteBinds
◆ vWhitelistedRangeIncoming
◆ vWhitelistedRangeOutgoing
◆ whitelist_forcerelay
◆ whitelist_relay
The documentation for this struct was generated from the following file: