| 1716 | } |
| 1717 | |
| 1718 | void CConnman::SetTryNewOutboundPeer(bool flag) |
| 1719 | { |
| 1720 | m_try_another_outbound_peer = flag; |
| 1721 | LogPrint(BCLog::NET, "net: setting try another outbound peer=%s\n", flag ? "true" : "false"); |
| 1722 | } |
| 1723 | |
| 1724 | // Return the number of peers we have over our outbound connection limit |
| 1725 | // Exclude peers that are marked for disconnect, or are going to be |
no outgoing calls
no test coverage detected