]> granicus.if.org Git - esp-idf/commit
mdns: sending search packets also in probing and announcing state
authorDavid Cermak <cermak@espressif.com>
Fri, 12 Oct 2018 06:13:55 +0000 (08:13 +0200)
committerbot <bot@espressif.com>
Fri, 16 Nov 2018 07:22:29 +0000 (07:22 +0000)
commitd16762a036e35ce86ece86bb44e6e99f9cc7c431
treec554db7812b11dd6f8f0b79c9fd1eece3796abaf
parentf2de7602e3274608ca0e647d59d7cfc95b9c18ac
mdns: sending search packets also in probing and announcing state

mdns queries did not work properly when send imeadiately after set_hostname, which cuased reinit of pcb and therefore restarted probing, so search packets were blocked until probing finished
closes #2507, closes #2593
components/mdns/mdns.c