aboutsummaryrefslogtreecommitdiff
path: root/rend-spec.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-16 20:31:25 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-16 20:31:25 +0000
commitd241c0cbfc02395249b4dc72d4cc8da342605b54 (patch)
treedf2d8c1f6b9deaa7e010eed11fb91cb7ac3b981f /rend-spec.txt
parent19c503cf8f43443f15ccf3dba686bdb3c9ddcdce (diff)
downloadtorspec-d241c0cbfc02395249b4dc72d4cc8da342605b54.tar.gz
torspec-d241c0cbfc02395249b4dc72d4cc8da342605b54.zip
make rend-spec sound less like the begin_dir cell actually includes
the start of the http payload. svn:r15311
Diffstat (limited to 'rend-spec.txt')
-rw-r--r--rend-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/rend-spec.txt b/rend-spec.txt
index 155bf9e..e3fbe22 100644
--- a/rend-spec.txt
+++ b/rend-spec.txt
@@ -743,9 +743,9 @@ Foo.
Hidden service directory nodes accept publish requests for v2 hidden service
descriptors and store them to their local memory. (It is not necessary to
make descriptors persistent, because after restarting, the onion router
- would not be accepted as storing node anyway, because it has not been
+ would not be accepted as a storing node anyway, because it has not been
running for at least 24 hours.) All requests and replies are formatted as
- HTTP messages. Requests are contained within BEGIN_DIR cells, directed to
+ HTTP messages. Requests are initiated via BEGIN_DIR cells directed to
the router's directory port, and formatted as HTTP POST requests to the URL
"/tor/rendezvous2/publish" relative to the hidden service directory's root,
containing as its body a v2 service descriptor.
@@ -762,7 +762,7 @@ Foo.
determine if they are responsible for the passed ID, because it does no harm
if they deliver a descriptor for which they are not (any more) responsible.)
All requests and replies are formatted as HTTP messages. Requests are
- contained within BEGIN_DIR cells, directed to the router's directory port,
+ initiated via BEGIN_DIR cells directed to the router's directory port,
and formatted as HTTP GET requests for the document "/tor/rendezvous2/<z>",
where z is replaced with the encoding of the descriptor ID.