From: Wouter Wijngaards Date: Fri, 29 May 2009 08:48:44 +0000 (+0000) Subject: Fixup docbug reported by Matthew Dempsky. X-Git-Tag: release-1.3.0~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b653766684557fca0ec5ad14d9fff3b20dd6b2;p=thirdparty%2Funbound.git Fixup docbug reported by Matthew Dempsky. git-svn-id: file:///svn/unbound/trunk@1630 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/README b/README index 2c97589dd..04f8bf033 100644 --- a/README +++ b/README @@ -2,8 +2,9 @@ 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 16 ports are used and the - builtin alternative is equally capable and a little faster. + 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 diff --git a/doc/Changelog b/doc/Changelog index 166e700c1..a422f922b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +29 May 2009: Wouter + - fixup doc bug in README reported by Matthew Dempsky. + 28 May 2009: Wouter - update iana port list - update ldns lib tarball