MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / LookupNumeric

Function LookupNumeric

src/netbase.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool LookupNumeric(const char* pszName, CService& addr, int portDefault) {
165 return Lookup(pszName, addr, portDefault, false);
166}
167
168bool static Socks4(const CService& addrDest, SOCKET& hSocket) {
169 LogPrint(BCLog::INFO, "SOCKS4 connecting %s\n", addrDest.ToString());

Callers 2

TestParseFunction · 0.85
GetPeerMethod · 0.85

Calls 1

LookupFunction · 0.85

Tested by 1

TestParseFunction · 0.68