[or-cvs] r14784: backport one of my other fixes (tor/branches/tor-0_2_0-patches/src/or)
arma at seul.org
arma at seul.org
Wed May 28 20:37:11 UTC 2008
Author: arma
Date: 2008-05-28 16:37:11 -0400 (Wed, 28 May 2008)
New Revision: 14784
Modified:
tor/branches/tor-0_2_0-patches/src/or/geoip.c
Log:
backport one of my other fixes
Modified: tor/branches/tor-0_2_0-patches/src/or/geoip.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/geoip.c 2008-05-28 20:26:58 UTC (rev 14783)
+++ tor/branches/tor-0_2_0-patches/src/or/geoip.c 2008-05-28 20:37:11 UTC (rev 14784)
@@ -287,7 +287,7 @@
/** Do not report any geoip data at all if we have fewer than this number of
* IPs to report about. */
#define MIN_IPS_TO_NOTE_ANYTHING 0
-/** When reporting geoip data about countries, round down to the nearest
+/** When reporting geoip data about countries, round up to the nearest
* multiple of this value. */
#define IP_GRANULARITY 8
More information about the tor-commits
mailing list