Also correct default tcp-out-max-idle-per-thread in docs.
.. versionadded:: 4.6.0
- Integer
-- Default : 0
+- Default : 100
Maximum number of idle outgoing TCP/DoT connections per thread, 0 means do not keep idle connections open.
^^^^^^^^^^^^^^^^^^
Using the settings mentioned in :ref:`upgrade-offensive` now generates a warning. Please start using the new names.
+File descriptor usage
+^^^^^^^^^^^^^^^^^^^^^
+The number of file descriptors used by the Recursor has increased because the Recursor now keeps idle outgoing TCP/DoT connections open for a while.
+The extra file descriptors used compared to previous versions of the Recursor is :ref:`setting-tcp-out-max-idle-per-thread` times the number of worker threads (:ref:`threads`).
+
New settings
^^^^^^^^^^^^
- The :ref:`setting-dot-to-auth-names` setting to list nameservers that should be contacted over DoT has been introduced.