- Fix #974: doc: default number of outgoing ports without libevent.

This commit is contained in:
W.C.A. Wijngaards 2023-12-07 09:41:03 +01:00
parent 6c76b4e2f8
commit 2978106991
2 changed files with 7 additions and 5 deletions

View 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.

View 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