aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-23 18:35:11 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-23 18:35:11 -0400
commitcb31978adb3d92d304df0c2a408d9f5f75891667 (patch)
treeea28f4e02f6b05e0b954565b9081300b1bfb18d8 /changes
parent6ad09cc6afa4d620978b6b18f7f134d15903dcc1 (diff)
downloadtor-cb31978adb3d92d304df0c2a408d9f5f75891667.tar
tor-cb31978adb3d92d304df0c2a408d9f5f75891667.tar.gz
close idle dir-fetch circs early
Diffstat (limited to 'changes')
-rw-r--r--changes/close_begindir_circs7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/close_begindir_circs b/changes/close_begindir_circs
new file mode 100644
index 000000000..3b1ee879c
--- /dev/null
+++ b/changes/close_begindir_circs
@@ -0,0 +1,7 @@
+ o Major bugfixes:
+ - Relays now close idle circuits early if it looks like they were
+ intended for directory fetches. Such circuits are unlikely to
+ be re-used, and tens of thousands of them were piling up at the
+ fast relays, causing the relays to run out of sockets and memory.
+ Bugfix on 0.2.0.22-rc (where clients started tunneling their
+ directory fetches over TLS).