]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Change the safe edns-udp-size from 1400 to 1432
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Jun 2021 18:54:20 +0000 (20:54 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Jun 2021 18:57:05 +0000 (20:57 +0200)
When backporting the Don't Fragment UDP socket option, it was noticed
that the edns-udp-size probing uses 1432 as one of the values to be
probed and the documentation would be recommending 1400 as the safe
value.  As the safe value can be from the 1400-1500 interval, the
documentation has been changed to match the probed value, so we do not
skip it.

CHANGES
doc/arm/reference.rst
doc/notes/notes-9.17.6.rst

diff --git a/CHANGES b/CHANGES
index 4d16258d695282787e241975bc463dc28bdc1d05..ce23ac0fb11c2b83253eb77e03438e49a93e5367 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5666.  [func]          Tweak the safe "edns-udp-size" to match the probing
+                       value from BIND 9.16 for better compatibility.
+                       [GL #2183]
+
 5665.  [bug]           'nsupdate' did not retry with another server if
                        it received a REFUSED response. [GL #2758]
 
index a39f4c1d8172cd42ce751708230a63727dd80b6d..f8eb970f10eb7aa07fffe968a3d6cf5c7a5d2419 100644 (file)
@@ -3503,7 +3503,7 @@ Tuning
    a estimated path MTU minus the estimated header space. In practice, the
    smallest MTU witnessed in the operational DNS community is 1500 octets, the
    Ethernet maximum payload size, so a a useful default for maximum DNS/UDP
-   payload size on **reliable** networks would be 1400.
+   payload size on **reliable** networks would be 1432.
 
    Any server-specific ``edns-udp-size`` setting has precedence over all
    the above rules.
index 974fb83c01b6f211262dd88c09e652cf0f298149..63bd69da96f0221c7f1118100d9538dd746acf42 100644 (file)
@@ -42,7 +42,7 @@ Feature Changes
   estimated header space. In practice, the smallest MTU witnessed in the
   operational DNS community is 1500 octets, the maximum Ethernet payload
   size, so a useful default for maximum DNS/UDP payload size on reliable
-  networks would be 1400 bytes. :gl:`#2183`
+  networks would be 1432 bytes. :gl:`#2183`
 
 Bug Fixes
 ~~~~~~~~~