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

Function HaveNameProxy

src/netbase.cpp:753–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753bool HaveNameProxy() {
754 LOCK(g_proxyinfo_mutex);
755 return nameProxy.IsValid();
756}
757
758bool IsProxy(const CNetAddr &addr) {
759 LOCK(g_proxyinfo_mutex);

Callers 2

ConnectNodeMethod · 0.85
ThreadDNSAddressSeedMethod · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected