2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Fix typos in buffering-related option names

The ARM contains typos in the names of the following two options:

  - "tcp-receive-buffer"
  - "udp-receive-buffer"

Fix the ARM so that it contains proper option names.
This commit is contained in:
Michał Kępień
2021-06-22 22:26:46 +02:00
parent 61bbfe208e
commit 3ee62883e3

View File

@@ -3610,7 +3610,7 @@ Tuning
milliseconds to prefer IPv6 name servers. The default is ``50``
milliseconds.
``tcp-recv-buffer``; ``udp-recv-buffer``
``tcp-receive-buffer``; ``udp-receive-buffer``
These options control the operating system's receive buffer sizes
(``SO_RCVBUF``) for TCP and UDP sockets respectively. Buffering at
the operating system level can prevent packet drops during brief load