[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] clean up maxconn hack slightly



Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor

Modified Files:
      Tag: tor-0_0_9-patches
	ChangeLog 
Log Message:
clean up maxconn hack slightly


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.64.2.5
retrieving revision 1.64.2.6
diff -u -d -r1.64.2.5 -r1.64.2.6
--- ChangeLog	4 Feb 2005 00:44:52 -0000	1.64.2.5
+++ ChangeLog	4 Feb 2005 00:56:20 -0000	1.64.2.6
@@ -6,7 +6,10 @@
     - Don't crash as badly if we have spawned the max allowed number
       of dnsworkers, or we're out of file descriptors.
     - Block more file-sharing ports in the default exit policy.
-    - Give better a clearer message that servers need to raise their
+    - MaxConn is now automatically set to the hard limit of max
+      file descriptors we're allowed (ulimit -n), minus a few for
+      logs, etc.
+    - Give a clearer message when servers need to raise their
       ulimit -n when they start running out of file descriptors.
     - SGI Compatibility patches from Jan Schaumann.
     - Tolerate a corrupt cached directory better.