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

Function usage

lib_acl_cpp/samples/aio/aio_server_ssl/main.cpp:316–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314};
315
316static void usage(const char* procname)
317{
318 printf("usage: %s -h[help]\r\n"
319 " -l server_addr[ip:port, default: 127.0.0.1:9001]\r\n"
320 " -S libssl_path\r\n"
321 " -L line_max_length\r\n"
322 " -t timeout\r\n"
323 " -n conn_used_limit\r\n"
324 " -k[use kernel event: epoll/iocp/kqueue/devpool]\r\n"
325 " -K ssl_key_file -C ssl_cert_file [in SSL mode]\r\n",
326 procname);
327}
328
329int main(int argc, char* argv[])
330{

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…