summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-19 15:26:58 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-19 15:26:58 +0000
commitf5588a08ede88007852984d4c62db025a4e958c7 (patch)
tree6316f05d01586a3c3d7683d549b5727a8b6599b6 /doc
parentf6084cf8310de1aebe6d456808d46a5db5dcf274 (diff)
downloadtor-f5588a08ede88007852984d4c62db025a4e958c7.tar.gz
tor-f5588a08ede88007852984d4c62db025a4e958c7.zip
always more todo items to do.
svn:r5844
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index effd30e115..6b824f203b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -43,10 +43,19 @@ for 0.1.1.x:
- Mysterious crash for fast servers: Bug 234.
- Make "setconf" and "hup" behavior cleaner for LINELIST config
options (e.g. Log). Bug 238.
+ - Were we going to load unrecognized 'state' variables into some
+ list somewhere, and write them out whenever we update the state?
+ To be forwards and backwards compatible.
+R - our round-robin reading is not very fair when we have few tokens
+ left in our bucket. be more fair?
R - streamline how we define a guard node as 'up'. document it
somewhere.
+R - reduce log severity for guard nodes.
+R - make guard node timeout higher.
R - We should do address rewriting after the controller sends us an
"attachstream 0": Bug 225.
+N - In circuit_get_open_circ_or_launch(),
+ /* XXXX011 NM This should be a generic "retry all directory fetches". */
N - if they're trying to be a tor server and they're running
win 98 or win me, tell them that they'll likely crash.