Work on bug #52770: mdns: move the announcements to a timer callback

Don't automatically announce when adding netifs/services
This commit is contained in:
Dirk Ziegelmeier
2018-01-02 10:59:20 +01:00
parent c20d50acec
commit a8755b8530
2 changed files with 6 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ with newer versions.
++ Application changes:
* 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.