diff options
author | Matthew Finkel <Matthew.Finkel@gmail.com> | 2014-07-09 00:08:09 +0000 |
---|---|---|
committer | Matthew Finkel <Matthew.Finkel@gmail.com> | 2014-07-09 00:48:00 +0000 |
commit | 43bba9541af26ababa4854fa960ffe0e37d920e9 (patch) | |
tree | 3b4cf20f0ca3f2fd9f4f8fd5c48ee4c17181a679 /changes/bug12573 | |
parent | 48d7fceee5e6041ccdd4316f51de0d6b5e1818ed (diff) | |
download | tor-43bba9541af26ababa4854fa960ffe0e37d920e9.tar.gz tor-43bba9541af26ababa4854fa960ffe0e37d920e9.zip |
Only active relays should be given HSDir
We should only assign a relay the HSDir flag if it is currently
considered valid. We can accomplish this by only considering active
relays, and as a consequence of this we also exclude relays that are
currently hibernating. Fixes #12573
Diffstat (limited to 'changes/bug12573')
-rw-r--r-- | changes/bug12573 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug12573 b/changes/bug12573 new file mode 100644 index 0000000000..46e3ee2fa0 --- /dev/null +++ b/changes/bug12573 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Relays should not be assigned the HSDir flag if they are + considered invalid. Also, do not assign the HSDir flag to relays + that are currently hibernating. Fixes #12573. Bugfix on + tor-0.2.0.10-alpha |