ddc58e8220
mdns: Indicate interface using esp_netif in search results
...
* Original commit: espressif/esp-idf@f8495f1e86
2022-05-27 17:44:25 +04:00
b26606252f
mdns: allow mutiple instances with same service type
...
* Original commit: espressif/esp-idf@b7a99f4658
2022-05-27 17:44:24 +04:00
5c55ea6e02
mdns: Add host test using linux target
...
* Original commit: espressif/esp-idf@fc7e2d9e90
2022-05-27 17:44:24 +04:00
adc34309dc
mdns: Add MDNS_STRICT_MODE config option
...
Strict mode was hardcoded in private header file, but it's useful for
users to enable/disable it depending on the mdns library they are using.
e.g. Avahi might not resolve the non-strict answers.
* Original commit: espressif/esp-idf@0eee31546d
2022-05-27 17:44:23 +04:00
3319844745
mdns: Allow config mDNS task stack size
...
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Merges https://github.com/espressif/esp-idf/pull/5216
* Original commit: espressif/esp-idf@cf7e48c779
2022-05-27 17:44:23 +04:00
fb1de80fd7
mdns: add configuration values for task priority, affinity and internal service timeouts
...
closes https://github.com/espressif/esp-idf/issues/4217
* Original commit: espressif/esp-idf@c6f38f04f8
2022-05-27 17:44:23 +04:00
98e3171db6
Correct Kconfigs according to the coding style
...
* Original commit: espressif/esp-idf@37126d3451
2022-05-27 17:44:22 +04:00
0191d6fcd7
fix(mdns): add the maximum number of services
...
* Original commit: espressif/esp-idf@ba458c69cf
2022-05-27 17:44:22 +04:00