diff options
Diffstat (limited to 'doc/spec')
-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 e012574203..336798cc0f 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 |