diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-06-10 18:08:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-06-10 18:08:56 +0000 |
commit | d0a4ad3a1cda334f5213b5abdd4d15483d3eb805 (patch) | |
tree | 262dd58b46d1760983d9759b58150bc90ee00d49 /ChangeLog | |
parent | f4e12fa66db7d3b1d621aaf3396c080aac573a02 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |