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

Function usage

lib_acl_cpp/samples/aio/websocket/main.cpp:238–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236};
237
238static void usage(const char* procname)
239{
240 printf("usage: %s -h[help]\r\n"
241 " -s server_addr\r\n"
242 " -D [if in debug mode, default: false]\r\n"
243 " -c cocorrent\r\n"
244 " -t connect_timeout[default: 5]\r\n"
245 " -i rw_timeout[default: 5]\r\n"
246 " -N name_server[default: 8.8.8.8:53]\r\n"
247 , procname);
248}
249
250static void add_dns(std::vector<acl::string>& name_servers, const char* s)
251{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…