Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ NumToOpenWait
Method
NumToOpenWait
src/net.cpp:3176–3179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3174
}
3175
3176
void CConnman::PrivateBroadcast::NumToOpenWait() const
3177
{
3178
m_num_to_open.wait(0);
3179
}
3180
3181
std::optional<Proxy> CConnman::PrivateBroadcast::ProxyForIPv4or6() const
3182
{
Callers
1
ThreadPrivateBroadcast
Method · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected