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

Function LookupNumeric

src/netbase.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225bool LookupNumeric(const char *pszName, CService& addr, int portDefault)
226{
227 return Lookup(pszName, addr, portDefault, false);
228}
229
230/**
231 * Convert milliseconds to a struct timeval for select.

Callers 2

TestParseFunction · 0.85
doProxyIpChecksMethod · 0.85

Calls 1

LookupFunction · 0.85

Tested by 1

TestParseFunction · 0.68