From: W.C.A. Wijngaards Date: Thu, 7 Dec 2023 08:41:03 +0000 (+0100) Subject: - Fix #974: doc: default number of outgoing ports without libevent. X-Git-Tag: release-1.19.3rc1~55 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2978106991eeccb3903b1d81e154a8feecdb7520;p=thirdparty%2Funbound.git - Fix #974: doc: default number of outgoing ports without libevent. --- diff --git a/doc/Changelog b/doc/Changelog index ff674348b..06f4efbab 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/doc/README b/doc/README index b9366ffe6..fdcff9a51 100644 --- a/doc/README +++ b/doc/README @@ -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