diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-02 23:47:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-02 23:47:32 +0000 |
commit | 8db0abb687a379906828ac252b7da3c0cd7b20c1 (patch) | |
tree | caeca53c34e54db6dc7c374e9c0669cc88bfa178 /doc | |
parent | a2f6210b3e1a7ff261855981fc06031f78cba8f4 (diff) | |
download | tor-8db0abb687a379906828ac252b7da3c0cd7b20c1.tar.gz tor-8db0abb687a379906828ac252b7da3c0cd7b20c1.zip |
First attempt at hibernation code. It needs more work around the XXXXs, but first I want arma to review the basic approach while I meditate on how to fix them.
svn:r2649
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,8 +23,8 @@ ARMA - arma claims o Add a log handler that sends stuff to syslog. o Deprecate unofficial configuration abbrevs; make official abbrevs only official on the command line. - - per-month byte allowances. -N - Based on bandwidth and per-month allowance, choose a + l per-month byte allowances. +N . Based on bandwidth and per-month allowance, choose a window within month to be up. Stay up until allowance is used. Adjust next month's window based on outcome. Hibernate when we're not up. @@ -39,7 +39,7 @@ R . bandwidth buckets for write as well as read. . Pure C tor_resolve o Implement it; socks4a only is fine for now. N - Make it build on win32 -N/R - Make it not link with zlib and openssl. + o Make it not link with zlib and openssl. N - RPMs N - Windows installer - Review website; make important info more prominent. |