diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-04 07:11:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-04 07:11:45 +0000 |
commit | 2f3b8646395ba62ed3c37e8d27b0cc7ad35d76e8 (patch) | |
tree | f1391d5ee52ef582519185f7aa1b12d9fdd0bd76 | |
parent | f8a59965a11eee7197cd0b92cd522046e8991bcc (diff) | |
download | tor-2f3b8646395ba62ed3c37e8d27b0cc7ad35d76e8.tar.gz tor-2f3b8646395ba62ed3c37e8d27b0cc7ad35d76e8.zip |
how could i have thought that was clearer?
svn:r5728
-rw-r--r-- | doc/tor-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 5cb4056c0c..5bd449dcf1 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -292,8 +292,8 @@ when do we rotate which keys (tls, link, etc)? (OP) performs the following steps: 1. Choose an onion router as an exit node (R_N), such that the onion - router's exit policy does not exclude every pending stream - that needs a circuit. + router's exit policy includes at least one pending stream that + needs a circuit (if there are any). 2. Choose a chain of (N-1) onion routers (R_1...R_N-1) to constitute the path, such that no router |