mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 08:39:51 -05:00
- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
git-svn-id: file:///svn/unbound/trunk@2752 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
99cb5c6968
commit
6280983293
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
29 August 2012: Wouter
|
||||||
|
- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
|
||||||
|
|
||||||
22 August 2012: Wouter
|
22 August 2012: Wouter
|
||||||
- Fallback to 1472 and 1232, one fragment size without headers.
|
- Fallback to 1472 and 1232, one fragment size without headers.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,8 @@ server:
|
||||||
# Use this to make sure unbound does not grab a UDP port that some
|
# Use this to make sure unbound does not grab a UDP port that some
|
||||||
# other server on this computer needs. The default is to avoid
|
# other server on this computer needs. The default is to avoid
|
||||||
# IANA-assigned port numbers.
|
# IANA-assigned port numbers.
|
||||||
|
# If multiple outgoing-port-permit and outgoing-port-avoid options
|
||||||
|
# are present, they are processed in order.
|
||||||
# outgoing-port-avoid: "3200-3208"
|
# outgoing-port-avoid: "3200-3208"
|
||||||
|
|
||||||
# number of outgoing simultaneous tcp buffers to hold per thread.
|
# number of outgoing simultaneous tcp buffers to hold per thread.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue