monero/external/unbound
moneromooo-monero 5d0cb73356
unbound: do not try to link against libevent
It is now not needed anymore, as we use minievent instead
2015-10-05 20:57:52 +01:00
..
compat
contrib
daemon update unbound 2015-08-14 19:12:19 +02:00
dns64
dnstap
doc update unbound 2015-08-14 19:12:19 +02:00
iterator update unbound 2015-08-14 19:12:19 +02:00
libunbound Revert "re-re-add Windows DNS bug fix, per c0de96f" 2015-08-18 02:26:02 +02:00
pythonmod
services update unbound 2015-08-14 19:12:19 +02:00
sldns update unbound 2015-08-14 19:12:19 +02:00
smallapp update unbound 2015-08-14 19:12:19 +02:00
testcode update unbound 2015-08-14 19:12:19 +02:00
util update unbound 2015-08-14 19:12:19 +02:00
validator update unbound 2015-08-14 19:12:19 +02:00
winrc
CMakeLists.txt unbound: do not try to link against libevent 2015-10-05 20:57:52 +01:00
LICENSE
Makefile.in update unbound 2015-08-14 19:12:19 +02:00
README
ac_pkg_swig.m4
aclocal.m4
acx_nlnetlabs.m4
acx_python.m4
ax_pthread.m4
config.guess
config.h.cmake.in unbound: use the mini event fallback implementation 2015-08-30 15:21:24 +01:00
config.h.in update unbound 2015-08-14 19:12:19 +02:00
config.sub
configure update unbound 2015-08-14 19:12:19 +02:00
configure.ac update unbound 2015-08-14 19:12:19 +02:00
configure_checks.cmake
install-sh
ltmain.sh
makedist.sh update unbound 2015-08-14 19:12:19 +02:00

README

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time and the builtin alternative is equally capable and a 
  little faster.
* 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