diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-26 04:52:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-26 04:52:22 +0000 |
commit | da7ed996e2ad5b5ef2ca0e1f8b770027a0e460e7 (patch) | |
tree | 37d43aa697b36455bf91e14dbe2f172db66b6b0e | |
parent | 171a00ec50146efc97bdd4910053a728e15f3bf8 (diff) | |
download | tor-da7ed996e2ad5b5ef2ca0e1f8b770027a0e460e7.tar.gz tor-da7ed996e2ad5b5ef2ca0e1f8b770027a0e460e7.zip |
more todo items when we avoid putting /16 servers into the same circuit
svn:r8228
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -127,6 +127,11 @@ N . Improve memory usage on tight-memory machines. R - remember the last time we saw one of our entry guards labelled with the GUARD flag. If it's been too long, it is not suitable for use. If it's been really too long, remove it from the list. + . Figure out avoiding duplicate /24 lines + o automatically add /16 servers to family + - do it in an efficient way. keep a list of something somewhere? + - make the "16" part configurable, so people who run their own + tor network can set it to 32. - Make reverse DNS work. - Specify @@ -225,7 +230,6 @@ Topics to think about during 0.1.2.x development: - (How can we make this tolerant of a bad v0?) * Figure out non-clique. * Figure out China. - - Figure out avoiding duplicate /24 lines - Figure out partial network knowledge. - Figure out hidden services. |