• rojer's avatar
    SimpleLink net_if impl w/ async support; MG_F_SSL · 1d4f97bb
    rojer authored
    SimpleLink sockets are suffciently different from BSD that all the
    ifdefs have become too messy to warrant a separate net_if
    implementation. As part of this we also implement proper async connect
    support.
    
    Added MG_F_SSL to identify SSL-enabled connections in a generic way,
    since SSL state can be different depending on the implementation.
    
    PUBLISHED_FROM=9cdb8c880b90683e4a26b972cf439d47d6f60917
    1d4f97bb
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_str.md Loading commit data...