From 11e82e53556b632ddb7eb269b6bcb320e876356e Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 28 Jun 2018 21:54:25 +0200 Subject: [PATCH] UPGRADING: remove mdns_resp_announce() requirement after probing was added --- UPGRADING | 3 --- 1 file changed, 3 deletions(-) diff --git a/UPGRADING b/UPGRADING index 06917d6b..ad5cef3a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.