On Wednesday 12 March 2003 11.37, atit_ldce wrote: > i find that peer selection is based on follwing algorithms > > peer_sa_none > peer_sa_digest > peer_sa_icp > peer_sa_netdb > > what is priority of this alogorithms if all are enabled
The order they are used in peerSelectFoo(). > what is purpose of aclCheck_t structure > can u suggest non-technical name for this struct It keeps the information needed while processing access controls. > what command line opiton i have to use while running configure > script for squid.. my purpose is to change name from squid to XYZ > at every possible place where squid generates files Why? > what is purpose of accessLogEntry struct and i need explaination > abt its fields thanks in adavnce It keeps the information needed to write an access.log entry. Each field is well explained by their name, use and the description of cache.log. Regards Henrik
