소스 검색

take some items off the todo

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

+ 5 - 7
doc/TODO

@@ -152,14 +152,13 @@ N . Make logs go into platform default locations.
     - Windows. (?)
     - Windows. (?)
 
 
  Correctness
  Correctness
-   - Mark bugs for 010 or post 010 in bugtracker.
-   - Bugfixes
-R    - when we haven't explicitly sent a socks reject, sending one in
+   o Bugfixes
+     o when we haven't explicitly sent a socks reject, sending one in
        connection_about_to_close_connection() fails because we never give it
        connection_about_to_close_connection() fails because we never give it
        a chance to flush. right answer is to do the socks reply manually in
        a chance to flush. right answer is to do the socks reply manually in
        each appropriate case, and then about-to-close-connection can simply
        each appropriate case, and then about-to-close-connection can simply
        warn us if we forgot one. [Tag this 010 in flyspray.]
        warn us if we forgot one. [Tag this 010 in flyspray.]
-R    - should retry exitpolicy end streams even if the end cell didn't
+     o should retry exitpolicy end streams even if the end cell didn't
        resolve the address for you
        resolve the address for you
    o Figure out when to reset addressmaps (on hup, on reconfig, etc)
    o Figure out when to reset addressmaps (on hup, on reconfig, etc)
    - how do ulimits work on win32, anyway?  (We should handle WSAENOBUFS as
    - how do ulimits work on win32, anyway?  (We should handle WSAENOBUFS as
@@ -178,7 +177,6 @@ R  o client software not upload descriptor until:
      o start counting again if your IP ever changes.
      o start counting again if your IP ever changes.
      o never regenerate identity keys, for now.
      o never regenerate identity keys, for now.
      o you can set a bit for not-being-an-OR.
      o you can set a bit for not-being-an-OR.
-       * no need to do this yet. few people define their ORPort.
 
 
  Arguable
  Arguable
 N - tor-resolve script should use socks5 to get better error messages.
 N - tor-resolve script should use socks5 to get better error messages.
@@ -204,8 +202,8 @@ N - Code cleanup
     - Write limiting; configurable token buckets.
     - Write limiting; configurable token buckets.
     - Make it harder to circumvent bandwidth caps: look at number of bytes
     - Make it harder to circumvent bandwidth caps: look at number of bytes
       sent across sockets, not number sent inside TLS stream.
       sent across sockets, not number sent inside TLS stream.
-  - Hidden service improvements
-    - Investigate hidden service performance/reliability
+  o Hidden service improvements
+    o Investigate hidden service performance/reliability
   - Add private:* alias in exit policies to make it easier to ban all the
   - Add private:* alias in exit policies to make it easier to ban all the
     fiddly little 192.168.foo addresses.
     fiddly little 192.168.foo addresses.
   - controller should have an event to learn about new addressmappings?
   - controller should have an event to learn about new addressmappings?