From: Karsten Loesing Date: Tue, 26 May 2009 20:02:52 +0000 (+0200) Subject: Improve documentation for the last fix of bug 932. X-Git-Tag: tor-0.2.1.16-rc~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02a417d4e0dee629a0026b726d108fda7c9a0884;p=thirdparty%2Ftor.git Improve documentation for the last fix of bug 932. --- diff --git a/src/or/geoip.c b/src/or/geoip.c index e1477d4eab..aabbe26889 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -389,7 +389,10 @@ _remove_old_client_helper(struct clientmap_entry_t *ent, void *_cutoff) } } -/** Forget about all clients that haven't connected since cutoff. */ +/** Forget about all clients that haven't connected since cutoff. + * If cutoff is in the future, clients won't be added to the history + * until this time is reached. This is useful to prevent relays that switch + * to bridges from reporting unbelievable numbers of clients. */ void geoip_remove_old_clients(time_t cutoff) {