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