--------------------- PatchSet 6249 Date: 2007/12/05 08:23:02 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Drag pinger timeout back down to something reasonable. Debug testing is done with the need for long timeouts. Members: src/pinger.cc:1.9.8.15->1.9.8.16 Index: squid3/src/pinger.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/pinger.cc,v retrieving revision 1.9.8.15 retrieving revision 1.9.8.16 diff -u -r1.9.8.15 -r1.9.8.16 --- squid3/src/pinger.cc 1 Dec 2007 02:14:23 -0000 1.9.8.15 +++ squid3/src/pinger.cc 5 Dec 2007 08:23:02 -0000 1.9.8.16 @@ -1,5 +1,5 @@ /* - * $Id: pinger.cc,v 1.9.8.15 2007/12/01 02:14:23 amosjeffries Exp $ + * $Id: pinger.cc,v 1.9.8.16 2007/12/05 08:23:02 amosjeffries Exp $ * * DEBUG: section 42 ICMP Pinger program * AUTHOR: Duane Wessels @@ -68,7 +68,7 @@ #else -#define PINGER_TIMEOUT 100 +#define PINGER_TIMEOUT 10 /* non-windows use STDOUT for feedback to squid */ #define LINK_TO_SQUID 1