aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO.external
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-05-24 17:03:13 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-24 20:32:07 -0400
commitb1e61353ecab03a3714bd52d5a45a933ce4f76d1 (patch)
tree31955dfa4118701bcd4e46420c2bdfe5f547c9ba /doc/TODO.external
parent05e55d82b6a10e20be2d447c35f42a1bef9d7da7 (diff)
downloadtor-b1e61353ecab03a3714bd52d5a45a933ce4f76d1.tar
tor-b1e61353ecab03a3714bd52d5a45a933ce4f76d1.tar.gz
note that proposal 160 is written. note that section 4.5 is done.
Diffstat (limited to 'doc/TODO.external')
-rw-r--r--doc/TODO.external13
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/TODO.external b/doc/TODO.external
index 948ad6a97..12048fa34 100644
--- a/doc/TODO.external
+++ b/doc/TODO.external
@@ -84,16 +84,9 @@ SM - 4.1, balance traffic better
(rejigger the bandwidth numbers at the authorities based on
Steven's algorithm), or Mike's plan (relay scanning to identify
the unbalanced relays and fix them on the fly), or both.
- - Figure out how to actually modify bandwidths in the consensus. We
- may need to change the consensus voting algorithm to decide what
- bandwidth to advertise based on something other than median:
- if 7 authorities provide bandwidths, and 2 are doing scanning,
- then the 5 that aren't scanning will outvote any changes. Should
- all 7 scan? Should only some vote? Extra points if it doesn't
- change all the numbers every new consensus, so consensus diffing
- is still practical.
-? - 4.5, Older entry guards are overloaded
- - Pick a conservative timeout like a month, and implement.
+ - Implement Proposal 160
+ o 4.5, Older entry guards are overloaded
+ o Pick a conservative timeout like a month, and implement.
M - 5.2, better timeouts for giving up on circuits/streams
- clients gather data about circuit timeouts, and then abandon
circuits that take more than a std dev above that.