| 838 | |
| 839 | void Interrupt(); |
| 840 | bool GetNetworkActive() const { return fNetworkActive; }; |
| 841 | bool GetUseAddrmanOutgoing() const { return m_use_addrman_outgoing; }; |
| 842 | void SetNetworkActive(bool active); |
| 843 | void OpenNetworkConnection(const CAddress& addrConnect, bool fCountFailure, CSemaphoreGrant* grantOutbound, const char* strDest, ConnectionType conn_type); |
no outgoing calls