]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix man page entry for so-sndbuf, it is for responses sent out.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 15 May 2026 06:42:27 +0000 (08:42 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 15 May 2026 06:42:27 +0000 (08:42 +0200)
doc/Changelog
doc/unbound.conf.rst

index 1a2d9a64b7b2e4e22ef0dc56569f1f039eabb58b..4df945ab5bf0d6423adc655f331d9b514e99ee36 100644 (file)
@@ -1,3 +1,6 @@
+15 May 2026: Wouter
+       - Fix man page entry for so-sndbuf, it is for responses sent out.
+
 11 May 2026: Yorgos
        - Fix comment and verbose logging for EDNS fallback buffer size.
 
index cc01451cd4324d37ab5a36507731b4146f0cd49c..29ecb233e2c5f076f480faf9608bd13c5a67353d 100644 (file)
@@ -642,7 +642,7 @@ These options are part of the ``server:`` section.
 
 @@UAHL@unbound.conf@so-sndbuf@@: *<number>*
     If not 0, then set the SO_SNDBUF socket option to get more buffer space on
-    UDP port 53 outgoing queries.
+    UDP port 53 outgoing responses.
     This for very busy servers handles spikes in answer traffic, otherwise:
 
     .. code-block:: text