From a3b9a6a749d8b37b879c880eff9e907cc5b060d5 Mon Sep 17 00:00:00 2001 From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Thu, 28 Sep 2023 08:34:47 -0600 Subject: [PATCH] Update tuning.rst --- pdns/dnsdistdist/docs/reference/tuning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/tuning.rst b/pdns/dnsdistdist/docs/reference/tuning.rst index d00b14feb0..756dc8cb89 100644 --- a/pdns/dnsdistdist/docs/reference/tuning.rst +++ b/pdns/dnsdistdist/docs/reference/tuning.rst @@ -163,13 +163,13 @@ Tuning related functions .. function:: setTCPRecvTimeout(num) - Set the read timeout on TCP connections from the client, in seconds + Set the read timeout on TCP connections from the client, in seconds. Defaults to 2 :param int num: .. function:: setTCPSendTimeout(num) - Set the write timeout on TCP connections from the client, in seconds + Set the write timeout on TCP connections from the client, in seconds. Defaults to 2 :param int num: -- 2.47.2