]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing DNS poll socket defaults, which reduce the number of poll()
authoradrian <>
Sun, 17 Sep 2000 15:01:34 +0000 (15:01 +0000)
committeradrian <>
Sun, 17 Sep 2000 15:01:34 +0000 (15:01 +0000)
calls on the DNS socket by default (since it was defaulting to 0) .

Noticed by: Andres Kroonmaa <andre@online.ee>

src/cf.data.pre

index a50bea341d76aa0455c3a2c47656b4891641dd1f..239fb9b1c85c2fd355c9edee37547b19baaeb853 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.196 2000/08/30 19:17:29 hno Exp $
+# $Id: cf.data.pre,v 1.197 2000/09/17 09:01:34 adrian Exp $
 #
 #
 # SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -2904,12 +2904,24 @@ DEFAULT: 4
 LOC: Config.comm_incoming.http_average
 DOC_NONE
 
+NAME: incoming_dns_average
+TYPE: int
+DEFAULT: 4
+LOC: Config.comm_incoming.dns_average
+DOC_NONE
+
 NAME: min_icp_poll_cnt
 TYPE: int
 DEFAULT: 8
 LOC: Config.comm_incoming.icp_min_poll
 DOC_NONE
 
+NAME: min_dns_poll_cnt
+TYPE: int
+DEFAULT: 8
+LOC: Config.comm_incoming.dns_min_poll
+DOC_NONE
+
 NAME: min_http_poll_cnt
 TYPE: int
 DEFAULT: 8