mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-17 02:48:13 +08:00
275 B
275 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); |
Creates a listening connection.
See mg_bind_opt
for full documentation.