mongoose/docs/c-api/net.h/mg_add_sock_opt.md
Dmitry Frank 0fc3370859 First step towards separate userdata argument
PUBLISHED_FROM=93fe1cc2c5e2513509511a81e5919cbd37056b10
2017-03-15 00:52:59 +00:00

484 B

title decl_name symbol_kind signature
mg_add_sock_opt() mg_add_sock_opt func struct mg_connection *mg_add_sock_opt(struct mg_mgr *mgr, sock_t sock, MG_CB(mg_event_handler_t handler, void *user_data);

Creates a connection, associates it with the given socket and event handler and adds to the manager.

See the mg_add_sock_opts structure for a description of the options.