forked from espressif/esp-protocols
2ec3b558eaf69d3628f8f2a0933cc596d58e971f
Issue: mdns_service_add API allocates and queues an action to be processed in mdns task context; when allocation or queueing fails, allocated structure needs to be freed. Function _mdns_free_service did not only fee all the structures, but also updates packet data. Resolution: Moved removal of packet data outside of _mdns_free_service function. * Original commit: espressif/esp-idf@021dc5d453
Collection of protocol components for ESP-IDF
Components
esp_modem
- Brief introduction README
- Full html documentation
esp_websocket_client
- Brief introduction README
- Full html documentation
Languages
C
56.2%
C++
36.3%
Python
4.4%
CMake
2.3%
Shell
0.3%
Other
0.5%