Merge remote-tracking branch 'karsten/geoip6-jul2014' into maint-0.2.4
[tor.git] / changes / bug9093
blob06b6cb926aa2f9323d76cb1ccbc623185f63b294
1   o Minor features:
2     - Improve the circuit queue out-of-memory handler. Previously, when
3       we ran low on memory, we'd close whichever circuits had the most
4       queued cells. Now, we close those that have the *oldest* queued
5       cells, on the theory that those are most responsible for us
6       running low on memory. Based on analysis from a forthcoming paper
7       by Jansen, Tschorsch, Johnson, and Scheuermann. Fixes bug 9093.