diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2010-03-15 00:23:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-30 22:04:51 -0400 |
commit | 60d416a564deafaef0efcd60c7923a6308718550 (patch) | |
tree | 29c5e916c2445eac26a836fdc9ff09dea102e556 | |
parent | b112ecbcd96064ed2c4b5104e80cca0235eff876 (diff) | |
download | tor-60d416a564deafaef0efcd60c7923a6308718550.tar.gz tor-60d416a564deafaef0efcd60c7923a6308718550.zip |
Note that we only can't handle automatic demotion. Users can always change their state manually.
-rw-r--r-- | doc/spec/proposals/ideas/xxx-automatic-node-promotion.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/spec/proposals/ideas/xxx-automatic-node-promotion.txt b/doc/spec/proposals/ideas/xxx-automatic-node-promotion.txt index d96861d8e2..692bc7e615 100644 --- a/doc/spec/proposals/ideas/xxx-automatic-node-promotion.txt +++ b/doc/spec/proposals/ideas/xxx-automatic-node-promotion.txt @@ -60,11 +60,11 @@ Target: Auto-bridge -> relay: Tor has detected that it is sufficiently reliable to be a *relay* - Note that this model does not support demotion. If this is - desirable, there should be some memory as to whether the previous - state was relay, bridge, or auto-bridge. Otherwise the user may be - prompted to become a relay, although he has opted to only be a - bridge. + Note that this model does not support automatic demotion. If this + is desirable, there should be some memory as to whether the + previous state was relay, bridge, or auto-bridge. Otherwise the + user may be prompted to become a relay, although he has opted to + only be a bridge. 3.x User interaction policy |