summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent1dfa2213a424c36d4aa70fdab60b27b6b5e1ced2 (diff)
downloadtor-90bcfa2274a7b95bd4ff76b1c5c05e05cb8e571f.tar.gz
tor-90bcfa2274a7b95bd4ff76b1c5c05e05cb8e571f.zip
changes file and docs for 18640.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 055073656b..ebf16f3397 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -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