diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-20 22:28:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-20 22:28:26 +0000 |
commit | 93aa3355161923d722d196ebb27f35c8138c4c69 (patch) | |
tree | 8790b4ceddf2e412d39972a86817226d2e658806 /ChangeLog | |
parent | 644452a62fde5fec66dab56c4f47204f42b57bac (diff) | |
download | tor-93aa3355161923d722d196ebb27f35c8138c4c69.tar.gz tor-93aa3355161923d722d196ebb27f35c8138c4c69.zip |
r18269@catbus: nickm | 2008-02-20 17:28:24 -0500
Apply patch from Sebastian Hahn: stop imposing an arbitrary maximum on the number of file descriptors used for busy servers. Bug reported by Olaf Selke.
svn:r13626
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Changes in version 0.2.0.20-?? - 2008-02-?? - Add a --with-tcmalloc option to the configure script to link against tcmalloc (if present). Does not yet search for non-system include paths. + - Stop imposing an arbitrary maximum on the number of file descriptors + used for busy servers. Bug reported by Olaf Selke; patch from + Sebastian Hahn. o Minor features (controller): - Add a new __HashedControlSessionPassword option for controllers |