diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-18 23:14:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-18 23:14:58 +0000 |
commit | 0a865bc277d49dfedf4163b253ccaaafc07869ca (patch) | |
tree | f77d46a52136fc726f5a2a342a55ea325829975b /doc/spec/proposals/105-handshake-revision.txt | |
parent | 322eddb045288fd83387f9e911c23c18329f2a6e (diff) | |
download | tor-0a865bc277d49dfedf4163b253ccaaafc07869ca.tar.gz tor-0a865bc277d49dfedf4163b253ccaaafc07869ca.zip |
various fixes from reading or-cvs the past few days
svn:r12035
Diffstat (limited to 'doc/spec/proposals/105-handshake-revision.txt')
-rw-r--r-- | doc/spec/proposals/105-handshake-revision.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/proposals/105-handshake-revision.txt b/doc/spec/proposals/105-handshake-revision.txt index c4fb50a40f..709c01663d 100644 --- a/doc/spec/proposals/105-handshake-revision.txt +++ b/doc/spec/proposals/105-handshake-revision.txt @@ -121,9 +121,9 @@ Proposal: VERSIONS cell before sending any other cells. (But see below.) VersionsLen [1 byte] - Versions [NumVersions bytes] + Versions [VersionsLen bytes] - "Versions" is a sequence of NumVersions bytes. Each value between 1 and + "Versions" is a sequence of VersionsLen bytes. Each value between 1 and 127 inclusive represents a single version; current implementations MUST ignore other bytes. Parties should list all of the versions which they are able and willing to support. Parties can only communicate if they |