MCPcopy Create free account
hub / github.com/LUX-Core/lux / HaveNameProxy

Function HaveNameProxy

src/netbase.cpp:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526bool HaveNameProxy()
527{
528 LOCK(cs_proxyInfos);
529 return nameProxy.IsValid();
530}
531
532bool IsProxy(const CNetAddr& addr)
533{

Callers 2

ConnectSocketByNameFunction · 0.85
ThreadDNSAddressSeedFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected