![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
This is the complete list of members for CConnman, including all inherited members.
| !m_added_nodes_mutex | CConnman | private |
| !m_addr_fetches_mutex | CConnman | |
| !m_nodes_mutex | CConnman | private |
| !mutexMsgProc | CConnman | |
| ::CConnmanTest | CConnman | friend |
| AcceptConnection(const ListenSocket &hListenSocket) | CConnman | private |
| AddAddrFetch(const std::string &strDest) EXCLUSIVE_LOCKS_REQUIRED(!m_addr_fetches_mutex) | CConnman | private |
| AddConnection(const std::string &address, ConnectionType conn_type) | CConnman | |
| AddLocalServices(ServiceFlags services) | CConnman | inline |
| AddNode(const std::string &node) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| addrman | CConnman | private |
| AddWhitelistPermissionFlags(NetPermissionFlags &flags, const CNetAddr &addr, const std::vector< NetWhitelistPermissions > &ranges) const | CConnman | private |
| AlreadyConnectedToAddress(const CAddress &addr) | CConnman | private |
| AttemptToEvictConnection() | CConnman | private |
| Bind(const CService &addr, unsigned int flags, NetPermissionFlags permissions) | CConnman | private |
| BindListenPort(const CService &bindAddr, bilingual_str &strError, NetPermissionFlags permissions) | CConnman | private |
| CalculateKeyedNetGroup(const CAddress &ad) const | CConnman | private |
| CConnman(const Config &configIn, uint64_t seed0, uint64_t seed1, AddrMan &addrmanIn, bool network_active=true) | CConnman | |
| CheckIncomingNonce(uint64_t nonce) | CConnman | |
| condMsgProc | CConnman | private |
| config | CConnman | private |
| ConnectNode(CAddress addrConnect, const char *pszDest, bool fCountFailure, ConnectionType conn_type) | CConnman | private |
| ConnmanTestMsg | CConnman | friend |
| CreateNodeFromAcceptedSocket(std::unique_ptr< Sock > &&sock, NetPermissionFlags permission_flags, const CAddress &addr_bind, const CAddress &addr) | CConnman | private |
| cs_totalBytesSent | CConnman | mutableprivate |
| DeleteNode(CNode *pnode) | CConnman | private |
| DisconnectNode(const std::string &node) | CConnman | |
| DisconnectNode(const CSubNet &subnet) | CConnman | |
| DisconnectNode(const CNetAddr &addr) | CConnman | |
| DisconnectNode(NodeId id) | CConnman | |
| DisconnectNodes() | CConnman | private |
| DumpAddresses() | CConnman | private |
| fAddressesInitialized | CConnman | private |
| FindNode(const CNetAddr &ip) | CConnman | private |
| FindNode(const CSubNet &subNet) | CConnman | private |
| FindNode(const std::string &addrName) | CConnman | private |
| FindNode(const CService &addr) | CConnman | private |
| flagInterruptMsgProc | CConnman | private |
| fNetworkActive | CConnman | private |
| ForEachNode(const NodeFn &func) | CConnman | inline |
| ForEachNode(const NodeFn &func) const | CConnman | inline |
| ForNode(NodeId id, std::function< bool(CNode *pnode)> func) | CConnman | |
| GenerateWaitSockets(Span< CNode *const > nodes) | CConnman | private |
| GetAddedNodeInfo() const EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| GetAddresses(size_t max_addresses, size_t max_pct, std::optional< Network > network) const | CConnman | |
| GetAddresses(CNode &requestor, size_t max_addresses, size_t max_pct) | CConnman | |
| GetCurrentBlockRelayOnlyConns() const | CConnman | private |
| GetDeterministicRandomizer(uint64_t id) const | CConnman | |
| GetExtraBlockRelayCount() const | CConnman | |
| GetExtraFullOutboundCount() const | CConnman | |
| GetLocalServices() const | CConnman | |
| GetMaxOutboundTarget() const | CConnman | |
| GetMaxOutboundTimeframe() const | CConnman | |
| GetMaxOutboundTimeLeftInCycle() const | CConnman | |
| GetNetworkActive() const | CConnman | inline |
| GetNewNodeId() | CConnman | private |
| GetNodeCount(ConnectionDirection) const | CConnman | |
| GetNodeStats(std::vector< CNodeStats > &vstats) const | CConnman | |
| GetNodeStats(NodeId id, CNodeStats &stats) const | CConnman | |
| GetOutboundTargetBytesLeft() const | CConnman | |
| GetTotalBytesRecv() const | CConnman | |
| GetTotalBytesSent() const | CConnman | |
| GetTryNewOutboundPeer() const | CConnman | |
| GetUseAddrmanOutgoing() const | CConnman | inline |
| GUARDED_BY(cs_totalBytesSent) | CConnman | inlineprivate |
| GUARDED_BY(cs_totalBytesSent) | CConnman | inlineprivate |
| GUARDED_BY(cs_totalBytesSent) | CConnman | inlineprivate |
| GUARDED_BY(cs_totalBytesSent) | CConnman | private |
| GUARDED_BY(m_addr_fetches_mutex) | CConnman | private |
| GUARDED_BY(m_added_nodes_mutex) | CConnman | private |
| GUARDED_BY(m_nodes_mutex) | CConnman | private |
| GUARDED_BY(mutexMsgProc) | CConnman | private |
| InactivityCheck(const CNode &node) const | CConnman | private |
| Init(const Options &connOptions) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | inline |
| InitBinds(const Options &options) | CConnman | private |
| Interrupt() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | |
| interruptNet | CConnman | private |
| m_added_nodes_mutex | CConnman | mutableprivate |
| m_addr_fetches_mutex | CConnman | private |
| m_addr_response_caches | CConnman | private |
| m_anchors | CConnman | private |
| m_banman | CConnman | private |
| m_client_interface | CConnman | private |
| m_i2p_sam_session | CConnman | private |
| m_max_avalanche_outbound | CConnman | private |
| m_max_outbound | CConnman | private |
| m_max_outbound_block_relay | CConnman | private |
| m_max_outbound_full_relay | CConnman | private |
| m_msgproc | CConnman | private |
| m_nodes_disconnected | CConnman | private |
| m_nodes_mutex | CConnman | mutableprivate |
| m_onion_binds | CConnman | private |
| m_peer_connect_timeout | CConnman | private |
| m_start_extra_block_relay_peers | CConnman | private |
| m_try_another_outbound_peer | CConnman | private |
| m_use_addrman_outgoing | CConnman | private |
| mutexMsgProc | CConnman | private |
| nLastNodeId | CConnman | private |
| nLocalServices | CConnman | private |
| nMaxAddnode | CConnman | private |
| nMaxConnections | CConnman | private |
| nMaxFeeler | CConnman | private |
| NodeFn typedef | CConnman | |
| NodeFullyConnected(const CNode *pnode) | CConnman | privatestatic |
| NotifyNumConnectionsChanged() | CConnman | private |
| nPrevNodeCount | CConnman | private |
| nReceiveFloodSize | CConnman | private |
| nSeed0 | CConnman | private |
| nSeed1 | CConnman | private |
| nSendBufferMaxSize | CConnman | private |
| nTotalBytesRecv | CConnman | private |
| OpenNetworkConnection(const CAddress &addrConnect, bool fCountFailure, CSemaphoreGrant *grantOutbound, const char *strDest, ConnectionType conn_type) | CConnman | |
| OutboundTargetReached(bool historicalBlockServingLimit) const | CConnman | |
| ProcessAddrFetch() EXCLUSIVE_LOCKS_REQUIRED(!m_addr_fetches_mutex) | CConnman | private |
| PushMessage(CNode *pnode, CSerializedNetMsg &&msg) | CConnman | |
| RecordBytesRecv(uint64_t bytes) | CConnman | private |
| RecordBytesSent(uint64_t bytes) | CConnman | private |
| RemoveAddedNode(const std::string &node) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| RemoveLocalServices(ServiceFlags services) | CConnman | inline |
| semAddnode | CConnman | private |
| semOutbound | CConnman | private |
| SetNetworkActive(bool active) | CConnman | |
| SetTryNewOutboundPeer(bool flag) | CConnman | |
| ShouldRunInactivityChecks(const CNode &node, std::chrono::seconds now) const | CConnman | |
| SocketHandler() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | private |
| SocketHandlerConnected(const std::vector< CNode * > &nodes, const Sock::EventsPerSock &events_per_sock) EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | private |
| SocketHandlerListening(const Sock::EventsPerSock &events_per_sock) | CConnman | private |
| SocketSendData(CNode &node) const EXCLUSIVE_LOCKS_REQUIRED(node.cs_vSend) | CConnman | private |
| Start(CScheduler &scheduler, const Options &options) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex | CConnman | |
| StartExtraBlockRelayPeers() | CConnman | inline |
| Stop() | CConnman | inline |
| StopNodes() | CConnman | |
| StopThreads() | CConnman | |
| ThreadDNSAddressSeed() EXCLUSIVE_LOCKS_REQUIRED(!m_addr_fetches_mutex | CConnman | private |
| threadDNSAddressSeed | CConnman | private |
| threadI2PAcceptIncoming | CConnman | private |
| ThreadI2PAcceptIncoming() | CConnman | private |
| threadMessageHandler | CConnman | private |
| ThreadMessageHandler() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | private |
| ThreadOpenAddedConnections() EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | private |
| threadOpenAddedConnections | CConnman | private |
| threadOpenConnections | CConnman | private |
| ThreadOpenConnections(std::vector< std::string > connect, std::function< void(const CAddress &, ConnectionType)> mockOpenConnection) EXCLUSIVE_LOCKS_REQUIRED(!m_addr_fetches_mutex | CConnman | private |
| ThreadSocketHandler() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | private |
| threadSocketHandler | CConnman | private |
| vhListenSocket | CConnman | private |
| vWhitelistedRangeIncoming | CConnman | private |
| vWhitelistedRangeOutgoing | CConnman | private |
| WakeMessageHandler() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | |
| whitelist_forcerelay | CConnman | private |
| whitelist_relay | CConnman | private |
| ~CConnman() | CConnman |