diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-05-11 11:27:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-08 10:28:35 -0400 |
commit | 6785f0b65a106561a36239d89140bf18be3d7c6c (patch) | |
tree | 65240ae1d702336eada7e2ea03202e04a9cd6a09 /changes/ticket8243 | |
parent | f2ff8145820243a05803367d31c8b34e03048706 (diff) | |
download | tor-6785f0b65a106561a36239d89140bf18be3d7c6c.tar.gz tor-6785f0b65a106561a36239d89140bf18be3d7c6c.zip |
HSDir flag now requires the Stable flag
Fixes #8243
Diffstat (limited to 'changes/ticket8243')
-rw-r--r-- | changes/ticket8243 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket8243 b/changes/ticket8243 new file mode 100644 index 0000000000..8946a21a59 --- /dev/null +++ b/changes/ticket8243 @@ -0,0 +1,7 @@ + o Minor feature: + - The HSDir flag given by authorities now requires the Stable flag. For + the current network, this results in going from 2887 to 2806 HSDirs. + Also, it makes it harder for an attacker to launch a sybil attack by + raising the effort for a relay to become Stable which takes at the + very least 7 days to do so and by keeping the 96 hours uptime + requirement for HSDir. Implements ticket #8243. |