diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-23 20:23:00 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-23 20:23:00 -0400 |
commit | 67b38d506850768924b7a5d679d02842c595f858 (patch) | |
tree | 57c0ac23e3dd97e12f1418462cfb92e99483cbbf /changes | |
parent | b2641920835b046ae820c608136dfbef1a557fb0 (diff) | |
download | tor-67b38d506850768924b7a5d679d02842c595f858.tar.gz tor-67b38d506850768924b7a5d679d02842c595f858.zip |
close idle tls conns early
Diffstat (limited to 'changes')
-rw-r--r-- | changes/close_idle_conns_faster | 6 |
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 0000000000..9eff607c37 --- /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). |