From a9dc42e3815ff49f469d37039df83fb2db6fa73e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 24 Dec 2006 02:45:41 +0000 Subject: [PATCH] r11678@Kushana: nickm | 2006-12-23 21:19:51 -0500 Add some forward compatibility items to the TODO. svn:r9173 --- doc/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/TODO b/doc/TODO index d87a7a683e..4267b68856 100644 --- a/doc/TODO +++ b/doc/TODO @@ -192,6 +192,12 @@ R - "bandwidth classes", for incoming vs initiated-here conns, - per-conn write buckets - separate config options for read vs write limiting + - Forward compatibility fixes + - Stop requiring "opt" to ignore options in descriptors, networkstatuses, + and so on. + - Caches should start trying to cache consensus docs? + - Start uploading short and long descriptors? + Topics to think about during 0.1.2.x development: * Figure out incentives. - (How can we make this tolerant of a bad v0?)