Commit d52f3142 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

name the HELLO version the "link version"


svn:r6719
parent 579849f6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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).