File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,6 +140,26 @@ See examples directory for more.
140140Changelog
141141=========
142142
143+ 0.32.0 Beta 6
144+ =============
145+
146+ This beta addresses two potential areas where zeroconf can be overwhelmed and
147+ deny service to legitimate queriers.
148+
149+ * BREAKING CHANGE: Drop oversize packets before processing them (#826) @bdraco
150+
151+ Oversized packets can quickly overwhelm the system and deny
152+ service to legitimate queriers. In practice this is usually
153+ due to broken mDNS implementations rather than malicious
154+ actors.
155+
156+ * BREAKING CHANGE: Guard against excessive ServiceBrowser queries from PTR records significantly lower than recommended (#824) @bdraco
157+
158+ We now enforce a minimum TTL for PTR records to avoid
159+ ServiceBrowsers generating excessive queries refresh queries.
160+ Apple uses a 15s minimum TTL, however we do not have the same
161+ level of rate limit and safe guards so we use 1/4 of the recommended value.
162+
1431630.32.0 Beta 5
144164=============
145165
You can’t perform that action at this time.
0 commit comments