diff options
author | Roger Dingledine <arma@torproject.org> | 2008-04-16 00:12:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-04-16 00:12:44 +0000 |
commit | 5e299b5e013ef9608810d4cc6e4ff63d8928f5f4 (patch) | |
tree | cfd7888a1bd61b2b1e1c1df98ca3e1d0b2da2d26 /doc/spec/proposals | |
parent | 2b4ff1718f846b438229ea8419b3b5e8b0b192a5 (diff) | |
download | tor-5e299b5e013ef9608810d4cc6e4ff63d8928f5f4.tar tor-5e299b5e013ef9608810d4cc6e4ff63d8928f5f4.tar.gz |
minor fixes that have been accumulating
svn:r14378
Diffstat (limited to 'doc/spec/proposals')
-rw-r--r-- | doc/spec/proposals/ideas/xxx-grand-scaling-plan.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/proposals/ideas/xxx-grand-scaling-plan.txt b/doc/spec/proposals/ideas/xxx-grand-scaling-plan.txt index e01257420..336798cc0 100644 --- a/doc/spec/proposals/ideas/xxx-grand-scaling-plan.txt +++ b/doc/spec/proposals/ideas/xxx-grand-scaling-plan.txt @@ -22,7 +22,8 @@ descriptor at every 'extend' operation: - Client picks middle hop out of networkstatus, asks guard for its descriptor, then extends to it. - Clients picks exit hop out of networkstatus, asks middle hop - for its descriptor, the extends to it. Done. + for its descriptor, then extends to it. Done. + The client needs to ask for the descriptor even if it already has a copy, because otherwise we leak too much. Also, the descriptor needs to be padded to some large (but not too large) size to prevent the middle |