aboutsummaryrefslogtreecommitdiff
path: root/proposals/105-handshake-revision.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-21 06:09:54 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-21 06:09:54 +0000
commit3460887f850a75f88eb57a82586f44942cc6faf1 (patch)
tree0eea960ead58f3151bcebd7672564fa27f921ea4 /proposals/105-handshake-revision.txt
parent4f92e17913fe89c6c122eb60e09150334495adcb (diff)
downloadtorspec-3460887f850a75f88eb57a82586f44942cc6faf1.tar.gz
torspec-3460887f850a75f88eb57a82586f44942cc6faf1.zip
cleanups on proposal 105
svn:r9893
Diffstat (limited to 'proposals/105-handshake-revision.txt')
-rw-r--r--proposals/105-handshake-revision.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals/105-handshake-revision.txt b/proposals/105-handshake-revision.txt
index c7c7094..b1df785 100644
--- a/proposals/105-handshake-revision.txt
+++ b/proposals/105-handshake-revision.txt
@@ -238,7 +238,7 @@ Discussion: Advertising versions in routerdescs and networkstatuses.
The networkstatus "v" line now has the format:
"v" IMPLEMENTATION IMPL-VERSION "Link" LINK-VERSION-LIST
- Circuit" CIRCUIT-VERSION-LIST NL
+ "Circuit" CIRCUIT-VERSION-LIST NL
LINK-VERSION-LIST and CIRCUIT-VERSION-LIST are comma-separated lists of
supported version numbers. IMPLEMENTATION is the name of the
@@ -246,14 +246,14 @@ Discussion: Advertising versions in routerdescs and networkstatuses.
version of the implementation.
Examples:
- v Tor 0.2.5.1-alpha Link 0,1,2,3 Circuit 0,2,5
+ v Tor 0.2.5.1-alpha Link 1,2,3 Circuit 2,5
v OtherOR 2000+ Link 3 Circuit 5
Implementations that release independently of the Tor codebase SHOULD NOT
use "Tor" as the value of their IMPLEMENTATION.
- Additional fields on the "v" line MUSTbe ignored.
+ Additional fields on the "v" line MUST be ignored.
In router descriptors: