diff options
author | Roger Dingledine <arma@torproject.org> | 2005-02-04 02:23:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-02-04 02:23:16 +0000 |
commit | 06fb5cfec8b3993834e3d5d6e2ed2f4d52700947 (patch) | |
tree | 19bdbf70434df80e6dcda521011f77f0d285dd13 /ChangeLog | |
parent | 56d4b99491e9ad290620ae63896a09dc06af49f7 (diff) | |
download | tor-06fb5cfec8b3993834e3d5d6e2ed2f4d52700947.tar tor-06fb5cfec8b3993834e3d5d6e2ed2f4d52700947.tar.gz |
forward-port the changelog patch
svn:r3550
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,8 +6,11 @@ Changes in version 0.0.9.4 - 2005-02-03 - 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. |