MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Attempt

Method Attempt

src/addrman.cpp:1176–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176void AddrManImpl::Attempt(const CService& addr, bool fCountFailure, NodeSeconds time)
1177{
1178 LOCK(cs);
1179 Check();
1180 Attempt_(addr, fCountFailure, time);
1181 Check();
1182}
1183
1184void AddrManImpl::ResolveCollisions()
1185{

Callers 3

ConnectNodeMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
addrman.cppFile · 0.80

Calls 1

CheckFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64