diff options
author | Roger Dingledine <arma@torproject.org> | 2020-05-30 01:54:22 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-05-30 02:20:48 -0400 |
commit | 39f2411b3f5ab1a50c74fdafb432d5286c451ab7 (patch) | |
tree | e8bddd28da64521ad8656ef2b61fb7ded7738c70 /changes | |
parent | a59d54756f9b369fefdc7ca84c432d8873264f42 (diff) | |
download | tor-39f2411b3f5ab1a50c74fdafb432d5286c451ab7.tar.gz tor-39f2411b3f5ab1a50c74fdafb432d5286c451ab7.zip |
Preemptive circs should work with UseEntryGuards 0
Resume being willing to use preemptively-built circuits when
UseEntryGuards is set to 0. We accidentally disabled this feature with
that config setting (in our fix for #24469), leading to slower load times.
Fixes bug 34303; bugfix on 0.3.3.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug34303 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug34303 b/changes/bug34303 new file mode 100644 index 0000000000..dce57f4646 --- /dev/null +++ b/changes/bug34303 @@ -0,0 +1,5 @@ + o Minor bugfixes (client performance): + - Resume being willing to use preemptively-built circuits when + UseEntryGuards is set to 0. We accidentally disabled this feature + with that config setting, leading to slower load times. Fixes bug + 34303; bugfix on 0.3.3.2-alpha. |