Bug 2632: Make number of reforwarding tries configurable
Requires ftp_passive to be ON (default)
</verb>
+ <tag>forward_max_tries</tag>
+ <p>Controls how many different forward paths Squid will try
+ before giving up. Default: 10
+
<tag>include</tag>
<p>New option to import entire secondary configuration files into squid.conf.
<verb>
instead of to your parents.
DOC_END
+NAME: forward_max_tries
+DEFAULT: 10
+TYPE: int
+LOC: Config.forward_max_tries
+DOC_START
+ Controls how many different forward paths Squid will try
+ before giving up. See also forward_timeout.
+DOC_END
+
NAME: hierarchy_stoplist
TYPE: wordlist
DEFAULT: none
return 0;
}
- if (n_tries > 9)
+ if (n_tries > Config.forward_max_tries)
return 0;
if (origin_tries > 1)
int WIN32_IpAddrChangeMonitor;
} onoff;
+ int forward_max_tries;
+
class ACL *aclList;
struct {