]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_db.cc
- renovated mib and added descriptions and comments
authorkostas <>
Wed, 25 Mar 1998 16:21:39 +0000 (16:21 +0000)
committerkostas <>
Wed, 25 Mar 1998 16:21:39 +0000 (16:21 +0000)
commit81d0c8563453edb7d9dabf1c18ffa52f8737f18a
treec710c6f957de537bba7659b608c4d5a4874caf11
parentc5ee063a38272237821ca64079645fb92a2c4442
- renovated mib and added descriptions and comments
- added hit and byte counters to client_db , for cacheClientTable
- cacheClientTable, netdbTable, cachePeerTable, cacheConnTable and
  fqdnCacheTable are now indexed by ip address. hash_lookup was enhanced
  to allow for subsequent hash_next's similar to hash_first-hash_next,
  to speed up getnext's in tables which refer to hash-table structures.
- added generic (well, sorf of) table indexing functionality
- added makefile dependencies for snmplib and cache_snmp.h
- WaisHost, WaisPort, Timeouts removed
- FdTable split into FdTable and ConnTable. FdTable simplified
- PeerTable and PeerStat merged and put into new cacheMesh group
- cacheClientTable added for client statistics and accounting (cacheMesh 2)
- cacheSec and cacheAccounting groups removed
- fixed acl bug when communities not defined
- acl config now survives bad configuration (public is defined "implicitly")
14 files changed:
ChangeLog
include/cache_snmp.h
snmplib/parse.c
src/Makefile.in
src/cache_cf.cc
src/client_db.cc
src/client_side.cc
src/icp_v2.cc
src/icp_v3.cc
src/mib.txt
src/net_db.cc
src/protos.h
src/snmp_agent.cc
src/structs.h