]> 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)
committerDavid Cermak <cermak@espressif.com>
Mon, 19 Nov 2018 03:38:04 +0000 (04:38 +0100)
commit174b3b89e4f8f6d4ef1f0cc29a0976eb4ab91cb9
tree995c9d94ae71c5e4385c39e43740dc96b0929886
parent93f4dc6b328803103d3c78af6be14c2554310a09
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