summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-09 08:17:46 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-09 08:17:46 -0500
commit59c1016aba63c62e658065475add3cf77f665afa (patch)
treee813da9fa2e1e3772daa0fff421e7ebbd515acd9 /changes
parentce3d5da0d20361dbcaf0c5bc277d95e6706cd955 (diff)
parentaa1d90b40c5f6e65b7b95cfb7e192e27e6530c52 (diff)
downloadtor-59c1016aba63c62e658065475add3cf77f665afa.tar.gz
tor-59c1016aba63c62e658065475add3cf77f665afa.zip
Merge branch 'maint-0.3.2'
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.