Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProcessHeadersMessage
Method · 0.80
EvictExtraOutboundPeers
Method · 0.80
ThreadDNSAddressSeed
Method · 0.80
GetExtraFullOutboundCount
Method · 0.80
ThreadOpenConnections
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64