From: Remi Gacogne Date: Fri, 2 Jul 2021 13:15:46 +0000 (+0200) Subject: dnsdist: Fix a typo in the out-of-order documentation X-Git-Tag: dnsdist-1.7.0-alpha1~98^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb192d6482fc277524d538ee942fe196ea28bae;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the out-of-order documentation --- diff --git a/pdns/dnsdistdist/docs/advanced/out-of-order.rst b/pdns/dnsdistdist/docs/advanced/out-of-order.rst index f67d95dc97..a04539e148 100644 --- a/pdns/dnsdistdist/docs/advanced/out-of-order.rst +++ b/pdns/dnsdistdist/docs/advanced/out-of-order.rst @@ -8,7 +8,7 @@ As many as ``maxInFlight`` queries will then be read from a TCP connection, proc to a backend simultaneously. If there is more queries pending, they will be processed once a response has been sent for one of the already processed queries. -Backends are assumed not to support out-of-order by default, so only query at a time will be sent over +Backends are assumed not to support out-of-order by default, so only one query at a time will be sent over a TCP connection to a backend, meaning that up to ``maxInFlight`` connections to a backend might be needed to be able to process all accepted queries. Setting ``maxInFlight`` to a value greater than zero on :func:`newServer` changes that, and up to ``maxInFlight``