MCPcopy Create free account
hub / github.com/ElementsProject/elements / StartExtraBlockRelayPeers

Method StartExtraBlockRelayPeers

src/net.h:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected