]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
README and nicer libevent error.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Nov 2007 10:41:30 +0000 (10:41 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Nov 2007 10:41:30 +0000 (10:41 +0000)
git-svn-id: file:///svn/unbound/branches/beta-0.7@759 be551aaa-1e26-0410-a405-d3ace91eadb9

README [new file with mode: 0644]
configure.ac
doc/Changelog
doc/README

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..04353a1
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Unbound README
+* ./configure && make && make install
+* If it complains that no libevent can be found; libevent is useful when
+  using many (10000) outgoing ports. By default 16 ports are used and the
+  builtin alternative is equally capable.
+* More detailed README, README.svn, README.tests in doc directory
+* manual pages can be found in doc directory, and are installed, unbound(8).
+* example configuration file doc/example.conf
+
index 33ebbfe4d5786f9f82426335d08fa30b8d1a62a7..c25d1169924fadb9031671331cca573bba4a3872 100644 (file)
@@ -503,7 +503,7 @@ if test x_$withval != x_no; then
                        LDFLAGS="$thedir/.libs/*.o $LDFLAGS";
                else
                        AC_MSG_ERROR([Cannot find the libevent library in $withval
-You can restart configure with --with-libevent=no to use a builtin alternative.
+You can restart ./configure --with-libevent=no to use a builtin alternative.
 Please note that this alternative is not as capable as libevent when using
 many outgoing ports.  ])
                fi
index 58e407b9624d0d33f97fbfd8c391b87abb4323af..2bcb22bb97915df3e613f0af587b7fc2b8c641a9 100644 (file)
@@ -3,6 +3,8 @@
                * includes tpkg fixes to kill daemons at end of test
                * includes NSEC/RRSIG not downcasing fixup from
                dnssec-bis-updates draft-06.
+               * README file updated.
+               * nice libevent not found error.
 
 15 November 2007: Wouter
        - review fixups from Jelte.
index e49137a4d1a9d5ded95c82d6f1e5070a4206f190..9cc52a6e4b5ec0bc653fd686ee387ebeee9d092d 100644 (file)
@@ -25,6 +25,9 @@ This software is under BSD license, see LICENSE for details.
   * --with-libevent=/path/to/libevent
        Can be set to either the system install or the build directory.
        --with-libevent=no 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.
   * --without-pthreads 
        This disables pthreads, and uses Solaris thr library or no threading. 
        Without this option the pthreads library is detected automatically.