Browse Source

name the HELLO version the "link version"

svn:r6719
Roger Dingledine 18 years ago
parent
commit
d52f314286
1 changed files with 4 additions and 2 deletions
  1. 4 2
      doc/tor-spec.txt

+ 4 - 2
doc/tor-spec.txt

@@ -752,8 +752,10 @@ when do we rotate which keys (tls, link, etc)?
          Addresses               [variable]
          others?
 
-   Version should be 1. A Tor connection is considered to be using
-   version 0 if the first cell we receive is not a HELLO cell.
+   Version is the "link version", and dictates what types and formats
+   of cells can be sent/received. It should be 1. A Tor connection is
+   considered to be using version 0 if the first cell we receive is not
+   a HELLO cell.
 
    Timestamp is the OR's current Unix time (GMT).