]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file and docs for 18640.
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Aug 2016 18:32:10 +0000 (14:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Aug 2016 18:32:10 +0000 (14:32 -0400)
changes/18640 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/18640 b/changes/18640
new file mode 100644 (file)
index 0000000..de63da6
--- /dev/null
@@ -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.
index 055073656b00151dff79926faa66e3a1c81037cb..ebf16f3397656ab08d456f577cc8a06995d2c731 100644 (file)
@@ -2041,6 +2041,12 @@ is non-zero):
     this.  If this option is set to 0, Tor will try to pick a reasonable
     default based on your system's physical memory.  (Default: 0)
 
+[[DisableOOSCheck]] **DisableOOSCheck** **0**|**1**::
+    This option disables the code that closes connections when Tor notices
+    that it is running low on sockets. Right now, it is on by default,
+    since the existing out-of-sockets mechanism tends to kill OR connections
+    more than it should. (Default: 1)
+
 [[SigningKeyLifetime]] **SigningKeyLifetime** __N__ **days**|**weeks**|**months**::
     For how long should each Ed25519 signing key be valid?  Tor uses a
     permanent master identity key that can be kept offline, and periodically