]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Recommend 1472 buffer size in unbound.conf
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 1 Sep 2017 14:54:37 +0000 (14:54 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 1 Sep 2017 14:54:37 +0000 (14:54 +0000)
git-svn-id: file:///svn/unbound/trunk@4332 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in

index eb537ec8e315bc5850eda34e66de4e6c0c8958e3..d6c1f8b00f7d50da1562710a53f8384bc34426dd 100644 (file)
@@ -1,3 +1,6 @@
+1 September 2017: Wouter
+       - Recommend 1472 buffer size in unbound.conf
+
 31 August 2017: Wouter
        - Fix #1424: cachedb:testframe is not thread safe.
        - For #1417: escape ; in dnscrypt tests.
index 526d0c8be8be2775a07f383c4a48d1e9f58b76dd..3cca078f2ef2a1dd7adbe41d0303808566d7376d 100644 (file)
@@ -116,7 +116,7 @@ server:
        # ip-freebind: no
 
        # EDNS reassembly buffer to advertise to UDP peers (the actual buffer
-       # is set with msg-buffer-size). 1480 can solve fragmentation (timeouts).
+       # is set with msg-buffer-size). 1472 can solve fragmentation (timeouts)
        # edns-buffer-size: 4096
 
        # Maximum UDP response size (not applied to TCP response).