diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-21 09:50:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-21 09:50:06 +0000 |
commit | 24536a65f3a4c02d01d6451a93f1ed35ec99a5d9 (patch) | |
tree | a556758d423b4c1cd79052a2bf8d133cb4129f28 | |
parent | 0e137e413f48dcbd54c80b4083df75fb39068e13 (diff) | |
download | tor-24536a65f3a4c02d01d6451a93f1ed35ec99a5d9.tar tor-24536a65f3a4c02d01d6451a93f1ed35ec99a5d9.tar.gz |
fix error in rendezvous description
svn:r645
-rw-r--r-- | doc/rendezvous.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rendezvous.txt b/doc/rendezvous.txt index e05a7835c..f006da725 100644 --- a/doc/rendezvous.txt +++ b/doc/rendezvous.txt @@ -85,9 +85,9 @@ The meeting point and meeting cookie allow Bob to contact Alice and prove his identity; the end-to-end authentication enables Bob to decide whether to talk to Alice; the initial authentication enables - the meeting point to pre-screen introduction requests before sending - them to Bob. (See Section 2 for a discussion of meeting points; - see Section 1.1 for an example authentication mechanism.) + the introduction point to pre-screen introduction requests before + sending them to Bob. (See Section 2 for a discussion of meeting + points; see Section 1.1 for an example authentication mechanism.) The authentication steps are the appropriate places for the introduction server or Bob to do replay prevention, if desired. |