| 889 | bool GetTryNewOutboundPeer() const; |
| 890 | |
| 891 | void StartExtraBlockRelayPeers() { |
| 892 | LogPrint(BCLog::NET, "net: enabling extra block-relay-only peers\n"); |
| 893 | m_start_extra_block_relay_peers = true; |
| 894 | } |
| 895 | |
| 896 | // Return the number of outbound peers we have in excess of our target (eg, |
| 897 | // if we previously called SetTryNewOutboundPeer(true), and have since set |
no outgoing calls
no test coverage detected