aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 16:51:54 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 16:51:54 -0500
commit7e486dd6f7f845c14471b406d6bc7dfa4f593b12 (patch)
tree54f7252b65adc3c5010f96885885c1e5bc94c650 /changes
parent953a8f851081e6157e9296186c296ab10106b7eb (diff)
parent0dc55fb24756c5ae80e71f6fce93d97d73efd2fc (diff)
downloadtor-7e486dd6f7f845c14471b406d6bc7dfa4f593b12.tar.gz
tor-7e486dd6f7f845c14471b406d6bc7dfa4f593b12.zip
Merge remote-tracking branch 'public/bug23985_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug239859
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug23985 b/changes/bug23985
new file mode 100644
index 0000000000..9cb5937962
--- /dev/null
+++ b/changes/bug23985
@@ -0,0 +1,9 @@
+ o Minor bugfixes (bootstrapping):
+ - Fetch descriptors aggressively whenever we lack enough
+ to build circuits, regardless of how many descriptors we are missing.
+ Previously, we would delay launching the fetch when we had fewer than
+ 15 missing descriptors, even if some of those descriptors were
+ blocking circuits from building. Fixes bug 23985; bugfix on
+ 0.1.1.11-alpha. The effects of this bug became worse in 0.3.0.3-alpha,
+ when we began treating missing descriptors from our primary guards
+ as a reason to delay circuits.