| 2465 | } |
| 2466 | |
| 2467 | void CConnman::SetTryNewOutboundPeer(bool flag) |
| 2468 | { |
| 2469 | m_try_another_outbound_peer = flag; |
| 2470 | LogDebug(BCLog::NET, "setting try another outbound peer=%s\n", flag ? "true" : "false"); |
| 2471 | } |
| 2472 | |
| 2473 | void CConnman::StartExtraBlockRelayPeers() |
| 2474 | { |
no outgoing calls
no test coverage detected