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

Function usage

lib_acl_cpp/samples/ssl/aio_server/main.cpp:228–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226};
227
228static void usage(const char* procname)
229{
230 printf("usage: %s -h[help]\r\n"
231 " -d path_to_polarssl_or_mbedtls\r\n"
232 " -l server_addr[ip:port, default: 0.0.0.0:9800]\r\n"
233 " -L line_max_length\r\n"
234 " -t timeout\r\n"
235 " -n conn_used_limit\r\n"
236 " -k[use kernel event: epoll/iocp/kqueue/devpool]\r\n"
237 " -M delay_ms\r\n"
238 " -I check_fds_inter\r\n"
239 " -K ssl_key_file -C ssl_cert_file [in SSL mode]\r\n",
240 procname);
241}
242
243int main(int argc, char* argv[])
244{

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…