Bug #3974
closedDNS Resolver: Advanced - Error in description
100%
Description
Go to Services -> DNS Resolver -> Advanced -> Outgoing TCP Buffers and Incoming TCP Buffers (/services_unbound_advanced.php)
In the description it says that the default is 10, but it actually defaults to 0.
I am running a fresh and clean install of build 2.2-BETA (i386) built on Sat Nov 01 21:41:28 CDT 2014
Files
Updated by Dustin Dembeck about 10 years ago
Just noticed that the same issue exists for a few other items on the same page:
Outgoing TCP Buffers 0 vs 10
Incoming TCP Buffers 0 vs 10
EDNS Buffer Size 512 VS 4096
Jostle Timeout 100 VS 200
TTL for Host cache entries 1 minute vs 15 minutes
TTL for lame delegation 1 minute vs 15 minutes
Number of Hosts to cache 1000 vs 10000
Updated by Phillip Davis about 10 years ago
I have a bit of code to make that all consistent. I also see that Wagonza just made some updates to the related files (formatting stuff mostly). So I will integrate with that and submit a pull request...
Updated by Warren Baker about 10 years ago
Yeah i have the changes done. Just haven't submitted a pull request just yet. There are a few more which Im still going through to address other issues.
Updated by Warren Baker about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset d5566d43f4ace5036b5e5476d975bb8d13ce3b6f.
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Resolved
looks good, thanks Warren