Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsFullOutboundConn
Method
IsFullOutboundConn
src/net.h:792–794 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
790
}
791
792
bool IsFullOutboundConn() const {
793
return m_conn_type == ConnectionType::OUTBOUND_FULL_RELAY;
794
}
795
796
bool IsManualConn() const {
797
return m_conn_type == ConnectionType::MANUAL;
Callers
7
UpdatePeerStateForReceivedHeaders
Method · 0.80
EvictExtraOutboundPeers
Method · 0.80
GetFullOutboundConnCount
Method · 0.80
GetExtraFullOutboundCount
Method · 0.80
ThreadOpenConnections
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
connman.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64