mongoose/docs/c-api/net.h
Dmitry Frank 0c79fcfbd0 Add a flag to prevent a tunnel from reconnection
Also fixed a memory leak on reconnect: previously, each reconnect was
creating a `struct mg_connection` which was never reclaimed

PUBLISHED_FROM=eefdcf557e032ac81d5ed3aba55ac912e400148e
2016-11-25 11:36:14 +00:00
..
intro.md Implementing MG interfaces 2016-11-08 22:36:13 +00:00
mg_add_sock_opt.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_add_sock.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_bind_opt.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_bind.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_broadcast.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_check_ip_acl.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_connect_opt.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_connect.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_enable_javascript.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_enable_multithreading.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_event_handler_t.md Implementing MG interfaces 2016-11-08 22:36:13 +00:00
mg_mgr_free.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_mgr_init_opt.md Implementing MG interfaces 2016-11-08 22:36:13 +00:00
mg_mgr_init.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_mgr_poll.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_next.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_printf.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_resolve.md MG_DISABLE_(DNS|(_SYNC)?_RESOLVER) -> MG_ENABLE_$1 2016-10-17 19:21:46 +00:00
mg_send.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_set_ssl.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_set_timer.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_socketpair.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_time.md Use void arguments list consistently in C code 2016-09-05 15:51:19 +00:00
mg_vprintf.md Remove old docs, rename docs_new to docs 2016-05-15 22:07:04 +03:00
struct_mg_add_sock_opts.md Mongoose TCP tunnel 2016-11-09 15:05:46 +00:00
struct_mg_bind_opts.md Overload mg_bind to bind to tunnel 2016-11-10 13:07:17 +00:00
struct_mg_connect_opts.md Mongoose TCP tunnel 2016-11-09 15:05:46 +00:00
struct_mg_connection.md Add a flag to prevent a tunnel from reconnection 2016-11-25 11:36:14 +00:00
struct_mg_mgr_init_opts.md Implementing MG interfaces 2016-11-08 22:36:13 +00:00
struct_mg_mgr.md Implementing MG interfaces 2016-11-08 22:36:13 +00:00
struct_mg_multithreading_opts.md Use user timeout in multithreading polling 2016-09-12 14:21:05 +00:00