diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-23 20:26:23 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-23 20:26:23 -0400 |
commit | e7bd97493c3193b06cd552342fad12035db72523 (patch) | |
tree | 07eb7b14c8b0cf47a2d4511bc84eaac5e53d026b /changes | |
parent | b3019c6d2b0314042dfffade021497db51e4964a (diff) | |
parent | 67b38d506850768924b7a5d679d02842c595f858 (diff) | |
download | tor-e7bd97493c3193b06cd552342fad12035db72523.tar.gz tor-e7bd97493c3193b06cd552342fad12035db72523.zip |
Merge branch 'maint-0.2.1'
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). |