Files
esp-idf/components
Angus Gratton df816f4940 lwip: Fix leak when accept() fails due to max socket limit
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.
2018-06-21 15:22:48 +10:00
..
2018-04-30 14:22:45 +05:30
2018-06-20 06:00:26 +00:00
2018-06-10 21:20:55 +08:00
2018-06-15 15:49:24 +08:00