<div dir="ltr">I found the src/cf.data.pre file, and read the content. But I still want to know how squid use this file to build the connection between the config file and the source code. <div>For example, a user's config file has a config option "maximum_object_size_in_memory", in "src/cf.data.pre", it indicate that the relevant program variable of this config option is "Config.Store.maxInMemObjSize". So how squid assign the value of "maximum_object_size_in_memory" in config file to "Config.Store.maxInMemObjSize"?<div><br></div><div>Thank you very much!</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-01-13 22:14 GMT+08:00 Stuart Henderson <span dir="ltr"><<a href="mailto:stu@spacehopper.org" target="_blank">stu@spacehopper.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2017-01-13, 周书林 <<a href="mailto:zhoushulin1992@gmail.com">zhoushulin1992@gmail.com</a>> wrote:<br>
> Why some of the configuration directives in official website cannot find in<br>
> the source code? Some could find a relevant program variable in Class<br>
> SquidConfig, while majority of the configuration directives cannot be found<br>
> in the source code, for example , directive "announce_port".<br>
> So how does Squid parse the configuration file of Users, and use them in<br>
> the source code?<br>
<br>
</span>The parser, sample config, etc, are all generated from src/cf.data.pre.<br>
<br>
<br>
______________________________<wbr>_________________<br>
squid-dev mailing list<br>
<a href="mailto:squid-dev@lists.squid-cache.org">squid-dev@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-dev" rel="noreferrer" target="_blank">http://lists.squid-cache.org/<wbr>listinfo/squid-dev</a><br>
</blockquote></div><br></div>