OVMS3-idf/components/mdns
Ivan Grokhotkov 471013f7e0 mdns: use binary semaphore instead of mutex when searching
mdns_search_once_t::lock is used to synchronize tasks (taken by one
task and given by the other) so it should not be a mutex.
Convert to semaphore, and rename to indicate its purpose.
2019-03-19 14:02:01 +00:00
..
include MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser 2018-05-22 11:23:12 +02:00
private_include mdns: use binary semaphore instead of mutex when searching 2019-03-19 14:02:01 +00:00
test_afl_fuzz_host remove executable permission from source files 2018-05-29 20:07:45 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-13 11:13:27 +08:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
mdns.c mdns: use binary semaphore instead of mutex when searching 2019-03-19 14:02:01 +00:00
mdns_console.c Import mDNS changes 2018-01-16 10:58:34 +02:00
mdns_networking.c mdns: fix memory leak in pbuf if tcpipadapter failed to get netif 2019-03-06 06:28:55 +00:00