Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 0a848d686c - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
in overload situations to be about 5 qps for the class of shortly
  serviced queries.
  The capacity of the resolver is then about (numqueriesperthread / 2)
  / (average time for such long queries) qps for long queries.
  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
  qps for short queries, per thread.


git-svn-id: file:///svn/unbound/trunk@2170 be551aaa-1e26-0410-a405-d3ace91eadb9
2010-06-28 11:42:21 +00:00
compat snprintf portability 2010-02-09 14:35:52 +00:00
contrib - Contribution from Migiel de Vos (Surfnet): nagios patch for 2010-05-26 09:17:18 +00:00
daemon Fix for clean SSL exit. 2010-06-23 07:46:46 +00:00
doc - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps 2010-06-28 11:42:21 +00:00
iterator Fix for lame reply corner case. 2010-06-25 08:32:51 +00:00
libunbound - unbound.h has extern "C" statement for easier include in c++. 2010-06-25 13:23:03 +00:00
pythonmod Fixed random numbers for port, interface and server selection. 2010-03-18 14:42:22 +00:00
services - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps 2010-06-28 11:42:21 +00:00
smallapp unbound-control-setup more secure on multiuser system. 2010-05-31 14:11:51 +00:00
testcode Fix for lame reply corner case. 2010-06-25 08:32:51 +00:00
testdata Fix for lame reply corner case. 2010-06-25 08:32:51 +00:00
util iana portlist updated 2010-06-23 08:05:41 +00:00
validator Fix various compiler warnings from the clang llvm compiler. 2010-05-18 12:37:04 +00:00
winrc and include ldns for windows anchor update 2010-04-16 09:33:41 +00:00
ac_pkg_swig.m4 python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
aclocal.m4 newer autoconf 2010-02-01 08:26:57 +00:00
acx_nlnetlabs.m4 Fix use CPPFLAGS. 2010-04-26 08:06:01 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
acx_python.m4 libcrypto and python checks. 2009-04-23 15:47:49 +00:00
config.guess Autoconf 2.65 2010-06-01 13:47:11 +00:00
config.h.in Fix for clean SSL exit. 2010-06-23 07:46:46 +00:00
config.sub Autoconf 2.65 2010-06-01 13:47:11 +00:00
configure Fix for clean SSL exit. 2010-06-23 07:46:46 +00:00
configure.ac Fix for clean SSL exit. 2010-06-23 07:46:46 +00:00
install-sh Newer libtool for configure. 2009-12-22 08:28:24 +00:00
ldns-src.tar.gz Fix to unload gost dynamic library module for leak test. 2010-06-22 12:27:19 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh Newer libtool for configure. 2009-12-22 08:28:24 +00:00
makedist.sh -wssl feature for makedist. 2010-06-23 14:01:05 +00:00
Makefile.in ctime_r not needed for unbound-host itself (in libunbound already) 2010-06-02 08:59:11 +00:00
README Fixup docbug reported by Matthew Dempsky. 2009-05-29 08:48:44 +00:00

Unbound README
* ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* 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