From 5b166dbf0a22b8407fb511012d6b05c1f25b4329 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 15 May 2026 08:42:27 +0200 Subject: [PATCH] - Fix man page entry for so-sndbuf, it is for responses sent out. --- doc/Changelog | 3 +++ doc/unbound.conf.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 1a2d9a64b..4df945ab5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/doc/unbound.conf.rst b/doc/unbound.conf.rst index cc01451cd..29ecb233e 100644 --- a/doc/unbound.conf.rst +++ b/doc/unbound.conf.rst @@ -642,7 +642,7 @@ These options are part of the ``server:`` section. @@UAHL@unbound.conf@so-sndbuf@@: ** 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