summaryrefslogtreecommitdiff
path: root/changes/bug22400_01
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-19 15:48:47 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-19 15:48:47 -0400
commit32e486de97be6f0267c1318298808488baf6e319 (patch)
treee5d0a0d63f048d676d9e23f8909824a7c47a4e46 /changes/bug22400_01
parent71c701927a27723f0bc9009a044a4bdece55f361 (diff)
downloadtor-32e486de97be6f0267c1318298808488baf6e319.tar.gz
tor-32e486de97be6f0267c1318298808488baf6e319.zip
Don't expand guard sample set unless consensus is "reasonably live"
Fixes what I think is the main root cause of 22400. Bugfix on 0.3.0.1-alpha.
Diffstat (limited to 'changes/bug22400_01')
-rw-r--r--changes/bug22400_014
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22400_01 b/changes/bug22400_01
new file mode 100644
index 0000000000..454c5f746f
--- /dev/null
+++ b/changes/bug22400_01
@@ -0,0 +1,4 @@
+ o Major bugfixes (entry guards):
+ - When starting with an old consensus, do not add new entry guards
+ unless the consensus is "reasonably live" (under 1 day old). Fixes
+ one root cause of bug 22400; bugfix on 0.3.0.1-alpha.