aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-24 01:12:38 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-24 01:12:38 +0000
commit7521f2d58ac229af6fdb7abb2c93012aff63be6c (patch)
treec669533a6e83321770c37fcb29aeae61dab4950b /doc
parent8e8915f3ca2e98e16abb62c7a32f86e4af6892d3 (diff)
downloadtor-7521f2d58ac229af6fdb7abb2c93012aff63be6c.tar
tor-7521f2d58ac229af6fdb7abb2c93012aff63be6c.tar.gz
Move some TODO items out of the 0.1.0.1-rc pile
svn:r3851
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index b6c3f8630..a445c6992 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -24,8 +24,6 @@ R o pick the whole path when you start the circuit.
haven't made a circ yet.
o actually give http reason phrases to dir clients, so they know why
they're rejected.
- - controller should have an event to learn about new addressmappings?
- - how do ulimits work on win32, anyway?
o have a separate config option which caps bandwidth-to-advertise.
o Make list_server_status work right on non-directories, so that
getinfo("network-status") control message can work there.
@@ -161,6 +159,10 @@ R - when we haven't explicitly sent a socks reject, sending one in
R - should retry exitpolicy end streams even if the end cell didn't
resolve the address for you
o Figure out when to reset addressmaps (on hup, on reconfig, etc)
+ - how do ulimits work on win32, anyway? (We should handle WSAENOBUFS as
+ needed, look at the MaxConnections registry entry, look at the
+ MaxUserPort entry, and look at the TcpTimedWaitDelay entry. We may also
+ want to provide a way to set them as needed. See bug 98.)
Improvements to self-measurement.
R X round detected bandwidth up to nearest 10KB?
@@ -202,6 +204,7 @@ N - Code cleanup
- Investigate hidden service performance/reliability
- Add private:* alias in exit policies to make it easier to ban all the
fiddly little 192.168.foo addresses.
+ - controller should have an event to learn about new addressmappings?
No