summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-02 23:47:32 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-02 23:47:32 +0000
commit8db0abb687a379906828ac252b7da3c0cd7b20c1 (patch)
treecaeca53c34e54db6dc7c374e9c0669cc88bfa178 /doc/TODO
parenta2f6210b3e1a7ff261855981fc06031f78cba8f4 (diff)
downloadtor-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/TODO')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 2c3788390d..0cd371c211 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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.