diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-10 18:40:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-10 18:40:29 +0000 |
commit | ab0c85eea656ad6659c2df48795e2fe28f2a2209 (patch) | |
tree | b74d4e1d18937e7ab47a374a756d564da5cb747a /doc/spec | |
parent | b5c03f05d8a0cb2da5df8d784c526c6b8ed7620d (diff) | |
download | tor-ab0c85eea656ad6659c2df48795e2fe28f2a2209.tar.gz tor-ab0c85eea656ad6659c2df48795e2fe28f2a2209.zip |
r14103@tombo: nickm | 2008-02-10 13:40:09 -0500
Fix some XXX020s in command.c, and make it not-allowed to negotiate v1 using the v2 connection protocol: it is too hard to test, and pointless to support.
svn:r13460
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/proposals/130-v2-conn-protocol.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/spec/proposals/130-v2-conn-protocol.txt b/doc/spec/proposals/130-v2-conn-protocol.txt index a0e4a6169d..8a8ca492d6 100644 --- a/doc/spec/proposals/130-v2-conn-protocol.txt +++ b/doc/spec/proposals/130-v2-conn-protocol.txt @@ -173,6 +173,10 @@ Proposal: The Data in the cell is a series of big-endian two-byte integers. + * It is not allowed to negotiate V1 conections once the v2 protocol + has been used. If this happens, Tor instances should close the + connection. + 3. The rest of the "v2" protocol Once a v2 protocol has been negotiated, NETINFO cells are exchanged |