diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-30 18:54:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-30 18:54:31 +0000 |
commit | f8563b4f6a9ca7c9114fb60d01760789b7b57f3a (patch) | |
tree | ef247469623b6910d207ff677d5f86bbc66f1a48 /doc | |
parent | 51e16233cbecf44332fb85b4db994d95c2e3bc9d (diff) | |
download | tor-f8563b4f6a9ca7c9114fb60d01760789b7b57f3a.tar.gz tor-f8563b4f6a9ca7c9114fb60d01760789b7b57f3a.zip |
Add TODO item: gripe early when fd limits are low, rather than blowing up when we run out
svn:r2625
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |