Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ResolveCollisions
Method
ResolveCollisions
src/addrman.cpp:1184–1190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1182
}
1183
1184
void AddrManImpl::ResolveCollisions()
1185
{
1186
LOCK(cs);
1187
Check();
1188
ResolveCollisions_();
1189
Check();
1190
}
1191
1192
std::pair<CAddress, NodeSeconds> AddrManImpl::SelectTriedCollision()
1193
{
Callers
3
ThreadOpenConnections
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
addrman.cpp
File · 0.80
Calls
1
Check
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64