summaryrefslogtreecommitdiff
path: root/changes/bug22797
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-07-03 15:30:52 +1000
committerNick Mathewson <nickm@torproject.org>2017-07-05 11:15:10 -0400
commit878e0d45a5d1469965d456a5d8a436b45ac59c3a (patch)
treebd43842680644fddf69d084577067bcb2d1ab6c8 /changes/bug22797
parentccae991662adb3b64bdb1dcd4a942e4d1e163414 (diff)
downloadtor-878e0d45a5d1469965d456a5d8a436b45ac59c3a.tar.gz
tor-878e0d45a5d1469965d456a5d8a436b45ac59c3a.zip
Always allow extra file descriptors when setting the connection maximum
When setting the maximum number of connections allowed by the OS, always allow some extra file descriptors for other files. Fixes bug 22797; bugfix on 0.2.0.10-alpha.
Diffstat (limited to 'changes/bug22797')
-rw-r--r--changes/bug227974
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22797 b/changes/bug22797
new file mode 100644
index 0000000000..619baaa409
--- /dev/null
+++ b/changes/bug22797
@@ -0,0 +1,4 @@
+ o Minor bugfixes (file limits):
+ - When setting the maximum number of connections allowed by the OS,
+ always allow some extra file descriptors for other files.
+ Fixes bug 22797; bugfix on 0.2.0.10-alpha.