diff options
author | Roger Dingledine <arma@torproject.org> | 2013-02-12 17:18:51 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-02-14 17:02:22 -0500 |
commit | 5d400b5f7f604e62265a74dd9d3442780cfe1f0f (patch) | |
tree | fdec0912fad7e2e3c9d50f395b5723a0f84a0c90 /changes/bug8218 | |
parent | 41e0f7146a0377fb67858433deb4d9f4d7e95327 (diff) | |
download | tor-5d400b5f7f604e62265a74dd9d3442780cfe1f0f.tar tor-5d400b5f7f604e62265a74dd9d3442780cfe1f0f.tar.gz |
Authorities were adding downtime for every relay every restart
Stop marking every relay as having been down for one hour every
time we restart a directory authority. These artificial downtimes
were messing with our Stable and Guard flag calculations.
Fixes bug 8218 (introduced by the fix for 1035). Bugfix on 0.2.2.23-alpha.
Diffstat (limited to 'changes/bug8218')
-rw-r--r-- | changes/bug8218 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8218 b/changes/bug8218 new file mode 100644 index 000000000..ce8d53ba6 --- /dev/null +++ b/changes/bug8218 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Stop marking every relay as having been down for one hour every + time we restart a directory authority. These artificial downtimes + were messing with our Stable and Guard flag calculations. Fixes + bug 8218 (introduced by the fix for 1035). Bugfix on 0.2.2.23-alpha. + |