mirror of
https://github.com/espressif/esp-idf
synced 2025-03-15 12:09:08 -04: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.