From e357495f6cbc7902cd2875715fd0f20e6cd6476b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 30 Oct 2004 18:54:31 +0000 Subject: [PATCH] Add TODO item: gripe early when fd limits are low, rather than blowing up when we run out svn:r2625 --- trunk/doc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/doc/TODO b/trunk/doc/TODO index 37b886019c..22db2e1484 100644 --- a/trunk/doc/TODO +++ b/trunk/doc/TODO @@ -45,6 +45,8 @@ N - Windows installer - 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.