OVMS3-idf/components/lwip/api
XiaXiaotian 32c0d74cc5 Close socket request will abort tcp write/connect
When tcp write/connect is running, close socket request will abort
    it and continue to delete netconn and close tcp. Do not immediately
    return after aborting tcp write/connect. Otherwise, tcp close
    requeset will block and tcp write/connect will crash.
2017-12-19 15:20:50 +08:00
..
api_lib.c when netconn created directly,netconn_delete() will not call netconn_free(), 2017-12-05 10:42:37 +08:00
api_msg.c Close socket request will abort tcp write/connect 2017-12-19 15:20:50 +08:00
err.c Initial public version 2016-08-17 23:08:22 +08:00
netbuf.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
netdb.c lwip: Enable IPV6_ONLY option for UDP sockets (BSD & netconn) 2017-10-02 10:50:27 +11:00
netifapi.c Initial public version 2016-08-17 23:08:22 +08:00
pppapi.c Fix type conversion error in components/lwip/api/pppapi.c 2017-11-03 16:42:56 +08:00
sockets.c lwip: Fix bug with LWIP_SOCKET_OFFSET & IGMP group support 2017-10-16 09:45:50 +08:00
tcpip.c lwip: refractor to esp specific counter 2017-04-10 14:46:48 +08:00