]> git.ipfire.org Git - thirdparty/squid.git/commit
Transitioning Cache Digests from "experimental" to fundamental.
authorwessels <>
Thu, 14 May 1998 22:33:47 +0000 (22:33 +0000)
committerwessels <>
Thu, 14 May 1998 22:33:47 +0000 (22:33 +0000)
commit69c95dd31c99255c7d281223688d5f3a8cb29a20
tree01eb0b99c1268890664dd23eea214caafdfe2ca5
parentcff0c749da9fe1c84193be33dea5af8ce9888b7e
Transitioning Cache Digests from "experimental" to fundamental.
Removed a lot of stats collection, espeically large histograms.
Made peerDigestInit() called from an event, instead of being
called directly -- this avoids some recursion.
The selection algorithm is still kind of hard coded as follows:
cache digests
netdb (if CD's miss)
ICP (if netdb has no RTT data)
src/CacheDigest.cc
src/client_side.cc
src/enums.h
src/neighbors.cc
src/net_db.cc
src/peer_digest.cc
src/peer_select.cc
src/protos.h
src/stat.cc
src/structs.h