mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-04-28 18:13:37 +02:00
985e69117e1c6bf8e39912a879a99ce83b09a350
Issue: MDNS server initially sends probing packets to resolve naming confilicts with already registered service instances. In case of a conflict, instance name is altered and probing restarts. Original instance however wasnnot removed from the structure and upon service removal only one entry was removed and a dangling service might have been kept in the structure to bring about a crash. Resolution: Keep only one instance of a service in the probing structure. Closes IDF-498 * Original commit: espressif/esp-idf@265e983a45
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
57.9%
C++
32.4%
Python
5.7%
CMake
2.6%
Shell
1.3%
Other
0.1%