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

[or-cvs] forward-port the changelog patch



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

Modified Files:
	ChangeLog 
Log Message:
forward-port the changelog patch


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- ChangeLog	3 Feb 2005 23:55:49 -0000	1.67
+++ ChangeLog	4 Feb 2005 02:23:16 -0000	1.68
@@ -6,8 +6,11 @@
     - 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 they need to raise MaxConn
-      when they start running out of file descriptors.
+    - 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.
     - When a dirserver hasn't approved your server, list which one.