diff options
author | Roger Dingledine <arma@torproject.org> | 2008-08-17 21:49:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-08-17 21:49:06 +0000 |
commit | 70a54ed8508c26a7bb16c322a270b85f610309a7 (patch) | |
tree | ef1236aecd9d6a60c0343e7f97b30a68a98cd38c /doc/spec/dir-spec.txt | |
parent | 87a5962abbdef082966497da4f129a42952fe1a0 (diff) | |
download | tor-70a54ed8508c26a7bb16c322a270b85f610309a7.tar.gz tor-70a54ed8508c26a7bb16c322a270b85f610309a7.zip |
make the description of geoip-client-origins more true to the code
svn:r16579
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 88d406f7e7..2bbc014936 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -625,10 +625,9 @@ $Id$ Non-bridges SHOULD NOT generate these fields. Contains a list of mappings from two-letter country codes (CC) to the number of clients that have connected to that bridge from that - country (approximate, and rounded to the nearest multiple of 8 + country (approximate, and rounded up to the nearest multiple of 8 in order to hamper traffic analysis). A country is included - only if it has at least 8 addresses, and only if the bridge - has seen at least 16 addresses total. The time in + only if it has at least one address. The time in "geoip-start" is the time at which we began collecting geoip statistics. |