mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
df816f4940
As reported https://esp32.com/viewtopic.php?f=14&t=6171 event_callback() in sockets.c calls conn->socket-- to register activity on a netconn which may not have any socket yet, so any socket value < 0 indicates "no controlling socket" for the netconn. |
||
---|---|---|
.. | ||
api_lib.c | ||
api_msg.c | ||
err.c | ||
netbuf.c | ||
netdb.c | ||
netifapi.c | ||
pppapi.c | ||
sockets.c | ||
tcpip.c |