diff options
author | Roger Dingledine <arma@torproject.org> | 2010-08-18 16:12:44 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-08-18 16:12:44 -0400 |
commit | c1260cb6ec7e7fb85bc7c3f318199bae12f1716e (patch) | |
tree | 06eedb509e0961c6d3aca5a81dbd0b827be4c053 /changes | |
parent | e7956d4a73e9209ec10d57ea10be83428096c634 (diff) | |
download | tor-c1260cb6ec7e7fb85bc7c3f318199bae12f1716e.tar.gz tor-c1260cb6ec7e7fb85bc7c3f318199bae12f1716e.zip |
delay geoip stats even more for relays-turned-bridges
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bridge-geoip-delay | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bridge-geoip-delay b/changes/bridge-geoip-delay new file mode 100644 index 0000000000..1f8e751bc0 --- /dev/null +++ b/changes/bridge-geoip-delay @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Delay geoip stats collection by bridges for 6 hours, not 2 hours, + when we switch from being a public relay to a bridge. Otherwise + there will still be clients that see the relay in their consensus, + and the stats will end up wrong. Bugfix on 0.2.1.15-rc; fixes bug + 932 even more. |