esp-idf/components/mdns/private_include
Jiacheng Guo 5f244c86f2 mdns: fix memory free issue when repeating the query in reply
The repeated query will be copied in the next event loop while the
memory is freed instantly. Delay the free to fix this issue.
2021-06-04 10:44:36 +08:00
..
mdns_networking.h esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
mdns_private.h mdns: fix memory free issue when repeating the query in reply 2021-06-04 10:44:36 +08:00