]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cache_cf.cc
- Changed algorithm for determining alive/dead state of peers.
authorwessels <>
Mon, 5 Jan 1998 07:45:43 +0000 (07:45 +0000)
committerwessels <>
Mon, 5 Jan 1998 07:45:43 +0000 (07:45 +0000)
commitdc83597742c1d42c38c1bfa5ee6ae2ba00c3a661
tree5577a370a9f83d5a498494dc956bc433423f6e5d
parenta21f5057f37a6f2097fc7ee5154064623050f4ac
- Changed algorithm for determining alive/dead state of peers.
  Instead of using a fixed number of unacknowledged ICP replies,
  it is now based on timeouts.  If there are no ICP replies
  received from a peer within 'dead_peer_timeout' seconds, then
  we call it dead.
- Added calls to getCurrentTime() in comm_{select,poll}_incoming().
- Fixed shutdown bug when the incoming and outgoing ICP socket is
  the same file descriptor.
src/cache_cf.cc
src/cf.data.pre
src/comm.cc
src/defines.h
src/main.cc
src/neighbors.cc
src/stat.cc
src/structs.h