From: Wouter Wijngaards Date: Thu, 5 Mar 2015 11:41:29 +0000 (+0000) Subject: - Document that incoming-num-tcp increase is good for large servers. X-Git-Tag: release-1.5.4~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab539746ffcaf46a82fe025def5869311fd68fe7;p=thirdparty%2Funbound.git - Document that incoming-num-tcp increase is good for large servers. git-svn-id: file:///svn/unbound/trunk@3352 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 4ab6a659b..45f321ca1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 5 March 2015: Wouter - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal scripts. Contributed by Yuri Voinov. + - Document that incoming-num-tcp increase is good for large servers. 4 March 2015: Wouter - Patch from Brad Smith that syncs compat/getentropy_linux with diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 80d18844f..f083e91a6 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -164,12 +164,14 @@ By default only ports above 1024 that have not been assigned by IANA are used. Give a port number or a range of the form "low\-high", without spaces. .TP .B outgoing\-num\-tcp: \fI -Number of outgoing TCP buffers to allocate per thread. Default is 10. If set -to 0, or if do\-tcp is "no", no TCP queries to authoritative servers are done. +Number of outgoing TCP buffers to allocate per thread. Default is 10. If +set to 0, or if do\-tcp is "no", no TCP queries to authoritative servers +are done. For larger installations increasing this value is a good idea. .TP .B incoming\-num\-tcp: \fI -Number of incoming TCP buffers to allocate per thread. Default is 10. If set -to 0, or if do\-tcp is "no", no TCP queries from clients are accepted. +Number of incoming TCP buffers to allocate per thread. Default is +10. If set to 0, or if do\-tcp is "no", no TCP queries from clients are +accepted. For larger installations increasing this value is a good idea. .TP .B edns\-buffer\-size: \fI Number of bytes size to advertise as the EDNS reassembly buffer size.