diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-03 09:16:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-03 09:16:24 -0400 |
commit | 05fa0a3ef657c9309a51a1d7b4e78b2764f110f6 (patch) | |
tree | c6c304aa990f575622b35ee5c8b32d3f05e8c23c /doc | |
parent | ba24acbf1fc244844c5990d7b4e987d704941936 (diff) | |
parent | 8557f64220d0f9e50d573e1aa4bf103b7ba7fb4f (diff) | |
download | tor-05fa0a3ef657c9309a51a1d7b4e78b2764f110f6.tar.gz tor-05fa0a3ef657c9309a51a1d7b4e78b2764f110f6.zip |
Merge commit 'sebastian/rend-spec'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/rend-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/rend-spec.txt b/doc/spec/rend-spec.txt index cab97097bc..d440c8a811 100644 --- a/doc/spec/rend-spec.txt +++ b/doc/spec/rend-spec.txt @@ -591,7 +591,8 @@ RC Rendezvous cookie [20 octets] The rendezvous cookie is an arbitrary 20-byte value, chosen randomly by - Alice's OP. + Alice's OP. Alice SHOULD choose a new rendezvous cookie for each new + connection attempt. Upon receiving a RELAY_COMMAND_ESTABLISH_RENDEZVOUS cell, the OR associates the RC with the circuit that sent it. It replies to Alice with an empty |