Michael Pelletier <mikep@comshare.com>
Pedro Lineu Orso <orso@pop.hsbcbamerindus.com.br>
Hide Nagaoka <hide@cc.meisei-u.ac.jp>
+ Kostas Anagnostakis <kanag@csi.forth.gr>
Development of this caching software is funded by the National Science
Foundation (grant NCR-9521745). Paid staff members on the caching
project are:
Duane Wessels <wessels@nlanr.net>
- Kostas Anagnostakis <kostas@nlanr.net>
Alex Rousskov <rousskov@nlanr.net>
K Claffy <kc@nlanr.net>
Hans-Werner Braun <hwb@nlanr.net>
/*
- * $Id: peer_digest.cc,v 1.38 1998/06/04 18:57:16 wessels Exp $
+ * $Id: peer_digest.cc,v 1.39 1998/06/30 15:08:10 rousskov Exp $
*
* DEBUG: section 72 Peer Digest Routines
* AUTHOR: Alex Rousskov
peer->digest.cd = NULL;
}
if (!peer->digest.cd) {
- debug(72, 2) ("cloning %s digest; size: %d (%+d) bytes\n",
+ debug(72, 2) ("creating %s digest; size: %d (%+d) bytes\n",
peer->host, cblock.mask_size, (int) (cblock.mask_size - freed_size));
peer->digest.cd = cacheDigestCreate(cblock.capacity, cblock.bits_per_entry);
if (cblock.mask_size >= freed_size)