| 115 | void mapPort(bool use_upnp, bool use_natpmp) override { StartMapPort(use_upnp, use_natpmp); } |
| 116 | bool getProxy(Network net, Proxy& proxy_info) override { return GetProxy(net, proxy_info); } |
| 117 | size_t getNodeCount(ConnectionDirection flags) override |
| 118 | { |
| 119 | return m_context->connman ? m_context->connman->GetNodeCount(flags) : 0; |
| 120 | } |
| 121 | bool getNodesStats(NodesStats& stats) override |
| 122 | { |
| 123 | stats.clear(); |
no test coverage detected