aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-02 00:47:51 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-02 00:47:51 -0400
commit723894f114ef091ba09e3ab7440d4339bbc21430 (patch)
tree6d446f739306222c641ea5cca1ea28acb61d866e /changes
parentbe9058003da9b75abbf0403743e7631dc29ba27c (diff)
parentad8977e39461807dd04e34dc7fa3c12ccef0b62d (diff)
downloadtor-723894f114ef091ba09e3ab7440d4339bbc21430.tar
tor-723894f114ef091ba09e3ab7440d4339bbc21430.tar.gz
Merge remote-tracking branch 'public/bug12170_024_v2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug1217011
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug12170 b/changes/bug12170
new file mode 100644
index 000000000..e462e4fa7
--- /dev/null
+++ b/changes/bug12170
@@ -0,0 +1,11 @@
+ o Major bugfixes (performance):
+ - Do not recompute whether we have sufficient information to build
+ circuits every time we make a successful connection. Previously,
+ we would forget our cached value for this flag every time we
+ successfully opened a channel (or marked a router as running or not
+ running for any
+ other reason), regardless of whether we had
+ previously believed the router to be running. This forced us to
+ run a fairly expensive update operation with relatively
+ high frequency.
+ Fixes bug 12170; bugfix on 0.1.2.1-alpha.