]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Tue, 13 Oct 1998 23:40:36 +0000 (23:40 +0000)
committerwessels <>
Tue, 13 Oct 1998 23:40:36 +0000 (23:40 +0000)
src/cf.data.pre

index a01b74dc34d0e246331c8e7170184c64246e36f8..cc6a0e612c69cc265de729455df0f8073ce425bb 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.119 1998/10/12 22:02:40 wessels Exp $
+# $Id: cf.data.pre,v 1.120 1998/10/13 17:40:36 wessels Exp $
 #
 #
 # SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -363,6 +363,14 @@ DOC_START
        continues to send ICP queries, and will mark the peer as
        alive upon receipt of the first subsequent ICP reply.
 
+       This timeout also affects when Squid expects to receive ICP
+       replies from peers.  If more than 'dead_peer' seconds have
+       passed since the last ICP reply was received, Squid will not
+       expect to receive an ICP reply on the next query.  Thus, if
+       your time between requests is greater than this timeout, you
+       will see a lot of requests sent DIRECT to origin servers
+       instead of to your parents.
+
 dead_peer_timeout 10 seconds
 DOC_END