• Deomid Ryabkov's avatar
    Introduce MG_NET_IF var, replaces MG_NET_IF_* · 4ef3a778
    Deomid Ryabkov authored
    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
    4ef3a778
Name
Last commit
Last update
..
intro.md Loading commit data...
mg_add_sock.md Loading commit data...
mg_add_sock_opt.md Loading commit data...
mg_bind.md Loading commit data...
mg_bind_opt.md Loading commit data...
mg_broadcast.md Loading commit data...
mg_check_ip_acl.md Loading commit data...
mg_connect.md Loading commit data...
mg_connect_opt.md Loading commit data...
mg_enable_javascript.md Loading commit data...
mg_enable_multithreading.md Loading commit data...
mg_event_handler_t.md Loading commit data...
mg_mgr_free.md Loading commit data...
mg_mgr_init.md Loading commit data...
mg_mgr_poll.md Loading commit data...
mg_next.md Loading commit data...
mg_printf.md Loading commit data...
mg_send.md Loading commit data...
mg_set_ssl.md Loading commit data...
mg_set_timer.md Loading commit data...
mg_socketpair.md Loading commit data...
mg_time.md Loading commit data...
mg_vprintf.md Loading commit data...
struct_mg_add_sock_opts.md Loading commit data...
struct_mg_bind_opts.md Loading commit data...
struct_mg_connect_opts.md Loading commit data...
struct_mg_connection.md Loading commit data...
struct_mg_mgr.md Loading commit data...
struct_mg_multithreading_opts.md Loading commit data...