mongoose/docs/c-api/net.h
Deomid Ryabkov 4ef3a778c1 Introduce MG_NET_IF var, replaces MG_NET_IF_*
Possible values:
  MG_NET_IF_SOCKET (1) - traditional BSD socket API
  MG_NET_IF_SIMPLELINK (2) - TI's SimpleLink socket interface
  MG_NET_IF_LWIP_LOW_LEVEL - a net_if implementation that uses LWIP's
    low-level API, when LWIP_SOCKET is not available.

PUBLISHED_FROM=a5c0aebb7b6bdb1f1f4cb3210763d16f3ab5e133
2016-10-17 18:21:58 +00:00
..
intro.md Use user timeout in multithreading polling 2016-09-12 14:21:05 +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 Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +00:00
mg_mgr_free.md Apply Mongoose docs edits by Ev 2016-07-26 15:06:04 +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_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 Remove old docs, rename docs_new to docs 2016-05-15 22:07:04 +03:00
struct_mg_bind_opts.md Change from using #ifdef to #if for features tests 2016-10-13 18:07:25 +00:00
struct_mg_connect_opts.md Change from using #ifdef to #if for features tests 2016-10-13 18:07:25 +00:00
struct_mg_connection.md Introduce MG_NET_IF var, replaces MG_NET_IF_* 2016-10-17 18:21:58 +00:00
struct_mg_mgr.md MG_DISABLE_SOCKETPAIR -> MG_ENABLE_BROADCAST 2016-10-17 04:07:06 +00:00
struct_mg_multithreading_opts.md Use user timeout in multithreading polling 2016-09-12 14:21:05 +00:00