r14652@tombo: nickm | 2007-11-02 12:02:13 -0400

If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled.  This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future.


svn:r12341
This commit is contained in:
Nick Mathewson
2007-11-02 16:02:26 +00:00
parent e76581f97e
commit dfc689bda2
3 changed files with 35 additions and 5 deletions
+4 -1
View File
@@ -77,7 +77,10 @@ Changes in version 0.2.0.10-alpha - 2007-1?-??
0.2.0.9-alpha.
- Minor bugfixes (portability):
- Run correctly on platforms where rlim_t is larger than unsigned long.
- Run correctly on platforms where rlim_t is larger than unsigned
long.
- Run correctly on platforms where the real limit for number of
open files is OPEN_FILES, not rlim_max from getrlimit(RLIMIT_NOFILES)
Changes in version 0.2.0.9-alpha - 2007-10-24