mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #569: do_tcp is do-tcp in unbound.conf man page.
git-svn-id: file:///svn/unbound/trunk@3101 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8fabf2a8ab
commit
e64a86e5e0
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
28 March 2014: Wouter
|
||||
- Fix #569: do_tcp is do-tcp in unbound.conf man page.
|
||||
|
||||
25 March 2014: Wouter
|
||||
- Patch from Stuart Henderson to build unbound-host man from .1.in.
|
||||
|
||||
|
|
|
|||
|
|
@ -169,11 +169,11 @@ Give a port number or a range of the form "low\-high", without spaces.
|
|||
.TP
|
||||
.B outgoing\-num\-tcp: \fI<number>
|
||||
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.
|
||||
to 0, or if do\-tcp is "no", no TCP queries to authoritative servers are done.
|
||||
.TP
|
||||
.B incoming\-num\-tcp: \fI<number>
|
||||
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.
|
||||
to 0, or if do\-tcp is "no", no TCP queries from clients are accepted.
|
||||
.TP
|
||||
.B edns\-buffer\-size: \fI<number>
|
||||
Number of bytes size to advertise as the EDNS reassembly buffer size.
|
||||
|
|
|
|||
Loading…
Reference in a new issue