summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-15 18:03:53 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-15 18:03:53 +0000
commita51ec444664835b596379ff0ae1d33a3fd7de6e8 (patch)
tree06fd346eab357658c73f5c06fef3e1e909dba905 /doc/TODO
parenteb941420fc1ff2e97f4563b291c67f8fa048e594 (diff)
downloadtor-a51ec444664835b596379ff0ae1d33a3fd7de6e8.tar.gz
tor-a51ec444664835b596379ff0ae1d33a3fd7de6e8.zip
avoid thrashing the bandwidth exercise when we change IPs a lot.
(we avoid simply by not doing any new tests when we change IPs -- it looks like we retain our previous bandwidth estimates, so there's no need to do new exercise. though in some cases new exercises may still be useful. one day we'll do something smarter.) svn:r8402
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index e4fbb96b4b..f8c4c1ee1b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -18,7 +18,8 @@ P - phobos claims
by default, if it works?"
Items for 0.1.2.x, real soon now:
-R - avoid thrashing the bandwidth exercise when we change IPs a lot
+R o avoid thrashing the bandwidth exercise when we change IPs a lot
+ (we avoid simply by not doing any new tests when we change IPs.)
- When we've been idle a long time, we stop fetching server
descriptors. When we then get a socks request, we build circuits
immediately using whatever descriptors we have, rather than waiting