Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
void aio_handle::set_dns(const char* addrs, int timeout)
247
{
248
dns_add(addrs, timeout);
249
}
250
251
void aio_handle::dns_add(const char* addrs, int timeout)
252
{
Callers
5
websocket_run
Function · 0.80
test_websocket_main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_websocket_main
Function · 0.64