mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00

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.