[or-cvs] r9583: Add some definitions to rend-spec.txt; reference rend-spec.t (in tor/trunk: . doc/spec)

nickm at seul.org nickm at seul.org
Wed Feb 14 16:46:45 UTC 2007


Author: nickm
Date: 2007-02-14 11:46:44 -0500 (Wed, 14 Feb 2007)
New Revision: 9583

Modified:
   tor/trunk/
   tor/trunk/doc/spec/rend-spec.txt
   tor/trunk/doc/spec/tor-spec.txt
Log:
 r11808 at catbus:  nickm | 2007-02-14 00:36:01 -0500
 Add some definitions to rend-spec.txt; reference rend-spec.txt in list of relay commmands.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11808] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/doc/spec/rend-spec.txt
===================================================================
--- tor/trunk/doc/spec/rend-spec.txt	2007-02-13 21:19:18 UTC (rev 9582)
+++ tor/trunk/doc/spec/rend-spec.txt	2007-02-14 16:46:44 UTC (rev 9583)
@@ -32,8 +32,8 @@
 
 0.1. Notation, conventions and prerequisites
 
-   In the specifications below, we use the same notation as in
-   "tor-spec.txt".  The service specified here also requires the
+   In the specifications below, we use the same notation and terminology
+   as in "tor-spec.txt".  The service specified here also requires the
    existence of an onion routing network as specified in that file.
 
         H(x) is a SHA1 digest of x.
@@ -48,6 +48,15 @@
    location-hidden service, and "Bob" will refer to a user running a
    location-hidden service.
 
+   An OP is (as defined elsewhere) an "Onion Proxy" or Tor client.
+
+   An OR is (as defined elsewhere) an "Onion Router" or Tor server.
+
+   An "Introduction point" is a Tor server chosen to be Bob's medium-term
+   'meeting place'.  A "Rendezvous point" is a Tor server chosen by Alice to
+   be a short-term communication relay between her and Bob.  All Tor servers
+   potentially act as introduction and rendezvous points.
+
 0.2. Protocol outline
 
    1. Bob->Bob's OP: "Offer IP:Port as

Modified: tor/trunk/doc/spec/tor-spec.txt
===================================================================
--- tor/trunk/doc/spec/tor-spec.txt	2007-02-13 21:19:18 UTC (rev 9582)
+++ tor/trunk/doc/spec/tor-spec.txt	2007-02-14 16:46:44 UTC (rev 9583)
@@ -552,6 +552,8 @@
         12 -- RELAY_RESOLVED  [backward]
         13 -- RELAY_BEGIN_DIR [forward]
 
+        32..40 -- Used for hidden services; see rend-spec.txt.
+
    Commands labelled as "forward" must only be sent by the originator
    of the circuit. Commands labelled as "backward" must only be sent by
    other nodes in the circuit back to the originator. Commands marked



More information about the tor-commits mailing list