aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-25 14:32:10 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-25 14:32:10 -0400
commit90bcfa2274a7b95bd4ff76b1c5c05e05cb8e571f (patch)
tree0d83dece85b5e3f0ed3d2bef2245c602e5fbc68b /changes
parent1dfa2213a424c36d4aa70fdab60b27b6b5e1ced2 (diff)
downloadtor-90bcfa2274a7b95bd4ff76b1c5c05e05cb8e571f.tar.gz
tor-90bcfa2274a7b95bd4ff76b1c5c05e05cb8e571f.zip
changes file and docs for 18640.
Diffstat (limited to 'changes')
-rw-r--r--changes/186406
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/18640 b/changes/18640
new file mode 100644
index 0000000000..de63da6655
--- /dev/null
+++ b/changes/18640
@@ -0,0 +1,6 @@
+ o Major features (resource management):
+ - Tor now includes support for noticing when we are about to run out of
+ sockets, and preemptively closing connections of lower priority.
+ (This feature is off by default for now, since the current prioritizing
+ method is not mature enough yet. You can enable it by setting
+ "DisableOOSCheck 0".) Closes ticket 18640.