summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-10 18:28:10 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-10 18:28:10 +0000
commitb87a7760e03c81d1c9a853b29863f92f1a50596d (patch)
treec9ce7fc041498abb95e6a863a2749510b55bd59a /ChangeLog
parentd0a4ad3a1cda334f5213b5abdd4d15483d3eb805 (diff)
downloadtor-b87a7760e03c81d1c9a853b29863f92f1a50596d.tar.gz
tor-b87a7760e03c81d1c9a853b29863f92f1a50596d.zip
r16129@tombo: nickm | 2008-06-10 14:28:06 -0400
More geoip tweaks. Include in the file a rough estimator of our total share. svn:r15099
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ba742486e3..5850281b75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,8 +107,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Allow comments in geoip file.
- New configure/torrc options (--enable-geoip-stats,
DirRecordUsageByCountry) to record how many IPs we've served directory
- info to in each country code, and how many status documents total
- we've sent to each country code.
+ info to in each country code, how many status documents total
+ we've sent to each country code, and what share of the total
+ directory requests we should expect to see.
- Never use OpenSSL compression: it wastes RAM and CPU trying to
compress cells, which are basically all encrypted, compressed, or
both.