diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-04 16:07:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-04 16:07:49 +0000 |
commit | d52f31428682d2d1a37e168ade5174e3a6b93b9f (patch) | |
tree | f25a0742346b8ad4f81d504ba2b07c94a89b7793 /doc | |
parent | 579849f600589f6ab649d8a16dc113d04c1c88a1 (diff) | |
download | tor-d52f31428682d2d1a37e168ade5174e3a6b93b9f.tar tor-d52f31428682d2d1a37e168ade5174e3a6b93b9f.tar.gz |
name the HELLO version the "link version"
svn:r6719
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 5c73d8e98..00cd49feb 100644 --- a/doc/tor-spec.txt +++ b/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). |