From: Tomas Krizek Date: Mon, 29 Oct 2018 15:18:56 +0000 (+0100) Subject: daemon/README.rst: add warning about net.tcp_pipeline() X-Git-Tag: v3.1.0~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da9ec240f40bb5e6bf36bcc4743c195470e23cb7;p=thirdparty%2Fknot-resolver.git daemon/README.rst: add warning about net.tcp_pipeline() --- diff --git a/daemon/README.rst b/daemon/README.rst index 34d5c93fe..f235a44be 100644 --- a/daemon/README.rst +++ b/daemon/README.rst @@ -555,6 +555,8 @@ configured in the config file. > net.tcp_pipeline(50) 50 + .. warning:: Please note that too large limit may have negative impact on performance and can lead to increased number of SERVFAIL answers. + .. function:: net.outgoing_v4([string address]) Get/set the IPv4 address used to perform queries. There is also ``net.outgoing_v6`` for IPv6.