![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
This is the complete list of members for ConnmanTestMsg, including all inherited members.
| !m_added_nodes_mutex | CConnman | |
| !m_addr_fetches_mutex | CConnman | |
| !m_total_bytes_sent_mutex | CConnman | |
| !mutexMsgProc | CConnman | |
| AddConnection(const std::string &address, ConnectionType conn_type, bool use_v2transport) EXCLUSIVE_LOCKS_REQUIRED(!m_unused_i2p_sessions_mutex) | CConnman | |
| AddedNodesContain(const CAddress &addr) const EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| AddLocalServices(ServiceFlags services) | CConnman | inline |
| AddNode(const AddedNodeParams &add) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| AddTestNode(CNode &node) | ConnmanTestMsg | inline |
| AlreadyConnectedPublic(const CAddress &addr) | ConnmanTestMsg | inline |
| ASMapHealthCheck() | CConnman | |
| CConnman(uint64_t seed0, uint64_t seed1, AddrMan &addrman, const NetGroupManager &netgroupman, const CChainParams ¶ms, bool network_active=true) | ConnmanTestMsg | |
| CConnman::CConnman(uint64_t seed0, uint64_t seed1, AddrMan &addrman, const NetGroupManager &netgroupman, const CChainParams ¶ms, bool network_active=true) | CConnman | |
| CheckIncomingNonce(uint64_t nonce) | CConnman | |
| ClearTestNodes() | ConnmanTestMsg | inline |
| ConnectNodePublic(PeerManager &peerman, const char *pszDest, ConnectionType conn_type) EXCLUSIVE_LOCKS_REQUIRED(!m_unused_i2p_sessions_mutex) | ConnmanTestMsg | |
| DisconnectNode(const std::string &node) | CConnman | |
| DisconnectNode(const CSubNet &subnet) | CConnman | |
| DisconnectNode(const CNetAddr &addr) | CConnman | |
| DisconnectNode(NodeId id) | CConnman | |
| FlushSendBuffer(CNode &node) const | ConnmanTestMsg | |
| for(const std::string &added_node :connOptions.m_added_nodes) | CConnman | inline |
| ForEachNode(const NodeFn &func) | CConnman | inline |
| ForEachNode(const NodeFn &func) const | CConnman | inline |
| ForNode(NodeId id, std::function< bool(CNode *pnode)> func) | CConnman | |
| GetAddedNodeInfo(bool include_connected) const EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| GetAddresses(size_t max_addresses, size_t max_pct, std::optional< Network > network, const bool filtered=true) const | CConnman | |
| GetAddresses(CNode &requestor, size_t max_addresses, size_t max_pct) | CConnman | |
| GetDeterministicRandomizer(uint64_t id) const | CConnman | |
| GetExtraBlockRelayCount() const | CConnman | |
| GetExtraFullOutboundCount() const | CConnman | |
| GetFullOutboundConnCount() const | CConnman | |
| GetLocalServices() const | CConnman | |
| GetMappedAS(const CNetAddr &addr) const | CConnman | |
| GetMaxOutboundTarget() const EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex) | CConnman | |
| GetMaxOutboundTimeframe() const | CConnman | |
| GetMaxOutboundTimeLeftInCycle() const EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex) | CConnman | |
| getNetLocalAddresses() const | CConnman | |
| GetNetworkActive() const | CConnman | inline |
| GetNodeCount(ConnectionDirection) const | CConnman | |
| GetNodesMutex() const LOCK_RETURNED(m_nodes_mutex) | CConnman | |
| GetNodeStats(std::vector< CNodeStats > &vstats) const | CConnman | |
| GetOutboundTargetBytesLeft() const EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex) | CConnman | |
| GetTotalBytesRecv() const | CConnman | |
| GetTotalBytesSent() const EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex) | CConnman | |
| GetTryNewOutboundPeer() const | CConnman | |
| GetUseAddrmanOutgoing() const | CConnman | inline |
| Init(const Options &connOptions) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex | CConnman | |
| Interrupt() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | |
| m_banman | CConnman | |
| m_client_interface | CConnman | |
| m_max_automatic_connections | CConnman | |
| m_max_automatic_outbound | CConnman | |
| m_max_inbound | CConnman | |
| m_max_outbound_block_relay | CConnman | |
| m_max_outbound_full_relay | CConnman | |
| m_msgproc | CConnman | |
| m_onion_binds | CConnman | |
| m_peer_connect_timeout | CConnman | |
| m_use_addrman_outgoing | CConnman | |
| MultipleManualOrFullOutboundConns(Network net) const EXCLUSIVE_LOCKS_REQUIRED(m_nodes_mutex) | CConnman | |
| nLocalServices | CConnman | |
| nMaxOutboundLimit | CConnman | |
| NodeFn typedef | CConnman | |
| NodeReceiveMsgBytes(CNode &node, Span< const uint8_t > msg_bytes, bool &complete) const | ConnmanTestMsg | |
| nReceiveFloodSize | CConnman | |
| nSendBufferMaxSize | CConnman | |
| OpenNetworkConnection(const CAddress &addrConnect, bool fCountFailure, CSemaphoreGrant &&grant_outbound, const char *strDest, ConnectionType conn_type, bool use_v2transport) EXCLUSIVE_LOCKS_REQUIRED(!m_unused_i2p_sessions_mutex) | CConnman | |
| OutboundTargetReached(bool historicalBlockServingLimit) const EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex) | CConnman | |
| ProcessMessagesOnce | ConnmanTestMsg | inline |
| PushMessage(CNode *pnode, CSerializedNetMsg &&msg) EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex) | CConnman | |
| ReceiveMsgFrom(CNode &node, CSerializedNetMsg &&ser_msg) const | ConnmanTestMsg | |
| RemoveAddedNode(const std::string &node) EXCLUSIVE_LOCKS_REQUIRED(!m_added_nodes_mutex) | CConnman | |
| RemoveLocalServices(ServiceFlags services) | CConnman | inline |
| SetMsgProc(NetEventsInterface *msgproc) | ConnmanTestMsg | inline |
| SetNetworkActive(bool active) | CConnman | |
| SetPeerConnectTimeout(std::chrono::seconds timeout) | ConnmanTestMsg | inline |
| SetTryNewOutboundPeer(bool flag) | CConnman | |
| ShouldRunInactivityChecks(const CNode &node, std::chrono::seconds now) const | CConnman | |
| Start(CScheduler &scheduler, const Options &options) EXCLUSIVE_LOCKS_REQUIRED(!m_total_bytes_sent_mutex | CConnman | |
| StartExtraBlockRelayPeers() | CConnman | |
| Stop() | CConnman | inline |
| StopNodes() | CConnman | |
| StopThreads() | CConnman | |
| TestNodes() | ConnmanTestMsg | inline |
| use_v2transport(GetLocalServices() &NODE_P2P_V2) | CConnman | |
| vWhitelistedRangeIncoming | CConnman | |
| vWhitelistedRangeOutgoing | CConnman | |
| WakeMessageHandler() EXCLUSIVE_LOCKS_REQUIRED(!mutexMsgProc) | CConnman | |
| whitelist_forcerelay | CConnman | |
| whitelist_relay | CConnman | |
| ~CConnman() | CConnman |
1.8.14