mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
32c0d74cc5
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. |
||
---|---|---|
.. | ||
api_lib.c | ||
api_msg.c | ||
err.c | ||
netbuf.c | ||
netdb.c | ||
netifapi.c | ||
pppapi.c | ||
sockets.c | ||
tcpip.c |