mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user