소스 검색

more todo items when we avoid putting /16 servers into the same circuit

svn:r8228
Roger Dingledine 19 년 전
부모
커밋
da7ed996e2
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      doc/TODO

+ 5 - 1
doc/TODO

@@ -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.