]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #974: doc: default number of outgoing ports without libevent.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Dec 2023 08:41:03 +0000 (09:41 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Dec 2023 08:41:03 +0000 (09:41 +0100)
doc/Changelog
doc/README

index ff674348b306e8e29bd805753a233723ec9e524a..06f4efbab295f34022cec078d835ba47c6900f6d 100644 (file)
@@ -1,3 +1,6 @@
+7 December 2023: Wouter
+       - Fix #974: doc: default number of outgoing ports without libevent.
+
 6 December 2023: Wouter
        - Fix to sync the tests script file common.sh.
        - iana portlist update.
index b9366ffe6c8fc12091b585edcddcb05ae6764972..fdcff9a5114f4855812f3c0d18f5036893d3269b 100644 (file)
@@ -19,11 +19,10 @@ The DNSTAP code has BSD license in dnstap/dnstap.c.
 * Make and install: ./configure; make; make install
   * --with-libevent=/path/to/libevent
        Can be set to either the system install or the build directory.
-       --with-libevent=no (default) gives a builtin alternative 
-       implementation. libevent is useful when having many (thousands) 
-       of outgoing ports. This improves randomization and spoof 
-       resistance. For the default of 16 ports the builtin alternative 
-       works well and is a little faster.
+       --with-libevent=no gives a builtin alternative implementation.
+       Libevent is enabled by default, it is useful when having many
+       (thousands) of outgoing ports. This improves randomization and spoof
+       resistance. It also allows a higher number of outgoing queries.
   * --with-libexpat=/path/to/libexpat
        Can be set to the install directory of libexpat.
   * --without-pthreads