mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-10 19:33:06 +08:00
272 B
272 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_bind() | mg_bind | func | struct mg_connection *mg_bind(struct mg_mgr *, const char *, mg_event_handler_t); |
Create listening connection.
See mg_bind_opt
for full documentation.