summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-24 17:12:57 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-24 17:12:57 +0000
commitd3d86b17a761011f62dc2e06c04c0af8f1a75ef6 (patch)
treeefb329c2d77ef6f39c02db8db62bfa18ad5f4d6d /doc
parentd0a5c4f9848f44c46f001428bd3078673033ef19 (diff)
downloadtor-d3d86b17a761011f62dc2e06c04c0af8f1a75ef6.tar.gz
tor-d3d86b17a761011f62dc2e06c04c0af8f1a75ef6.zip
r12916@catbus: nickm | 2007-05-24 12:43:45 -0400
Add math functions to round values to the nearest power of 2. Make mempools more careful about making sure that the size of their chunks is a little less than a power of 2, not a little more. svn:r10304
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index e182b8bdd9..0bcda243bb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -83,6 +83,7 @@ Things we'd like to do in 0.2.0.x:
- Push/pull documents as appropriate.
o Have clients know which authorities are v3 authorities, and what
their keys are.
+ - While we're at it, let v3 authorities have fqdns lines.
- Start caching consensus documents once authorities make them
- Start downloading and using consensus documents once caches serve them
. 104: Long and Short Router Descriptors (by Jun 1)