Merge branch 'maint-0.3.0' into maint-0.3.1
[tor.git] / changes / bug23985
blob9cb59379620fdf71dbaffea8d6621e241e1e3b34
1   o Minor bugfixes (bootstrapping):
2     - Fetch descriptors aggressively whenever we lack enough
3       to build circuits, regardless of how many descriptors we are missing.
4       Previously, we would delay launching the fetch when we had fewer than
5       15 missing descriptors, even if some of those descriptors were
6       blocking circuits from building. Fixes bug 23985; bugfix on
7       0.1.1.11-alpha. The effects of this bug became worse in 0.3.0.3-alpha,
8       when we began treating missing descriptors from our primary guards
9       as a reason to delay circuits.