diff options
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 |