diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2017-12-22 06:35:29 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2018-01-19 22:21:49 +0000 |
commit | 489628a7e4ae716b78a9515fd36d54cca5353272 (patch) | |
tree | d112aacb3b29d7a7c67d665d12ccff6a91dcf875 /changes | |
parent | 86ee771c28777141ee5eec30fa9739a7cec32981 (diff) | |
download | tor-489628a7e4ae716b78a9515fd36d54cca5353272.tar.gz tor-489628a7e4ae716b78a9515fd36d54cca5353272.zip |
Bug 23101: Pre-build HS-specific circuits (instead of general).
Prebuilt circs are 4 hops, since only server side HSDIR and intro circs
are 3 hops, and it is OK if those sometimes take longer to build.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23101 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug23101 b/changes/bug23101 new file mode 100644 index 0000000000..7f366793f6 --- /dev/null +++ b/changes/bug23101 @@ -0,0 +1,3 @@ + o Minor features (Performance): + - Support predictive circuit building for onion service circuits with + multiple layers of guards. Closes ticket 23101. |