aboutsummaryrefslogtreecommitdiff
path: root/changes/close_idle_conns_faster
diff options
context:
space:
mode:
Diffstat (limited to 'changes/close_idle_conns_faster')
-rw-r--r--changes/close_idle_conns_faster6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/close_idle_conns_faster b/changes/close_idle_conns_faster
new file mode 100644
index 000000000..9eff607c3
--- /dev/null
+++ b/changes/close_idle_conns_faster
@@ -0,0 +1,6 @@
+ o Major bugfixes:
+ - Make relays more aggressive about closing TLS connections that
+ have no circuits on them. 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).