UPGRADING: remove mdns_resp_announce() requirement after probing was added

This commit is contained in:
Simon Goldschmidt 2018-06-28 21:54:25 +02:00
parent 6067edfed3
commit 11e82e5355

View File

@ -13,9 +13,6 @@ with newer versions.
* tcpip_trycallback() was renamed to tcpip_callbackmsg_trycallback() to avoid confusion
with tcpip_try_callback()
* MDNS: Functions mdns_resp_add_netif() and mdns_resp_add_service() do not automatically announce
any more. Users need to call mdns_resp_announce() after adding netifs or services.
* TCP only kills existing connections with a LOWER priority than the one currently being opened.
Previous implementations also kill existing connections of the SAME priority.