summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-10 18:08:56 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-10 18:08:56 +0000
commitd0a4ad3a1cda334f5213b5abdd4d15483d3eb805 (patch)
tree262dd58b46d1760983d9759b58150bc90ee00d49 /ChangeLog
parentf4e12fa66db7d3b1d621aaf3396c080aac573a02 (diff)
downloadtor-d0a4ad3a1cda334f5213b5abdd4d15483d3eb805.tar.gz
tor-d0a4ad3a1cda334f5213b5abdd4d15483d3eb805.zip
r16127@tombo: nickm | 2008-06-10 14:03:01 -0400
Improved code for counting clients by country: support recording by number of directory status requests in addition to number of IPs seen. svn:r15097
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0735c3fb88..ba742486e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,7 +107,8 @@ 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.
+ info to in each country code, and how many status documents total
+ we've sent to each country code.
- Never use OpenSSL compression: it wastes RAM and CPU trying to
compress cells, which are basically all encrypted, compressed, or
both.