MCPcopy Create free account
hub / github.com/acl-dev/acl / set_dns

Method set_dns

lib_acl_cpp/src/stream/aio_handle.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void aio_handle::set_dns(const char* addrs, int timeout)
247{
248 dns_add(addrs, timeout);
249}
250
251void aio_handle::dns_add(const char* addrs, int timeout)
252{

Callers 5

websocket_runFunction · 0.80
test_websocket_mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_websocket_mainFunction · 0.64