diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-02 22:35:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-02 22:35:18 +0000 |
commit | ab34901263c6593a56c039979e04bf9345932dd1 (patch) | |
tree | 5cc0591eb4f02fde0e441df1be5a678736f917aa /doc | |
parent | 16184f62dcb40fce82f1170b31a161d314dfc81f (diff) | |
download | tor-ab34901263c6593a56c039979e04bf9345932dd1.tar.gz tor-ab34901263c6593a56c039979e04bf9345932dd1.zip |
New and frightening code to implement fast-path first-hop CREATE_FAST cells. Watch out when we bump the version to 0.1.0.6-rc!
svn:r4162
Diffstat (limited to 'doc')
-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 bf122a19bd..d165f8bc0e 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -214,7 +214,7 @@ TODO: (very soon) When initializing the first hop of a circuit, the OP has already established the OR's identity and negotiated a secret key using TLS. Because of this, it is not always necessary for the OP to perform the - an set of public key operations to create a circuit. In this case, the + public key operations to create a circuit. In this case, the OP SHOULD send a CREATE_FAST cell instead of a CREATE cell for the first hop only. The OR responds with a CREATED_FAST cell, and the circuit is created. @@ -228,7 +228,7 @@ TODO: (very soon) Key material (Y) [20 bytes] Derivative key data [20 bytes] - [Versions of Tor before 0.1.???? did not support these cell types; + [Versions of Tor before 0.1.0.6-rc did not support these cell types; clients should not send CREATE_FAST cells to older Tor servers.] 4.2. Setting circuit keys |