MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetTryNewOutboundPeer

Method SetTryNewOutboundPeer

src/net.cpp:2467–2471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2465}
2466
2467void 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
2473void CConnman::StartExtraBlockRelayPeers()
2474{

Callers 3

connman.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected