mongoose/docs/c-api/mg_net.h/mg_mgr_init_opt.md
Dmitry Frank 3eb4eb8074 Fix mongoose docs generation
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
2018-02-03 01:20:48 +02:00

374 B

title decl_name symbol_kind signature
mg_mgr_init_opt() mg_mgr_init_opt func void mg_mgr_init_opt(struct mg_mgr *mgr, void *user_data, struct mg_mgr_init_opts opts);

Like mg_mgr_init but with more options.

Notably, this allows you to create a manger and choose dynamically which networking interface implementation to use.