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

Method IsFullOutboundConn

src/net.h:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 }
502
503 bool IsFullOutboundConn() const {
504 return m_conn_type == ConnectionType::OUTBOUND_FULL_RELAY;
505 }
506
507 bool IsManualConn() const {
508 return m_conn_type == ConnectionType::MANUAL;

Callers 6

ProcessHeadersMessageMethod · 0.80
ThreadDNSAddressSeedMethod · 0.80
ThreadOpenConnectionsMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64