[or-cvs] Add TODO item: gripe early when fd limits are low, rather t...

Nick Mathewson nickm at seul.org
Sat Oct 30 18:54:33 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv4026/doc

Modified Files:
	TODO 
Log Message:
Add TODO item: gripe early when fd limits are low, rather than blowing up when we run out

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- TODO	28 Oct 2004 20:30:56 -0000	1.193
+++ TODO	30 Oct 2004 18:54:31 -0000	1.194
@@ -45,6 +45,8 @@
    - Review website; make important info more prominent.
 
 Beyond 0.0.9:
+   - Check getrlimit(RLIMIT_[N]OFILE), sysconf(OPEN_MAX) on start-up, and
+     warn if we're running as a server with a low limit.    
    - Implement If-Modified-Since for directories.
 N  - Handle rendezvousing with unverified nodes.
      - Specify: Stick rendezvous point's key in INTRODUCE cell.



More information about the tor-commits mailing list