diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-03-05 05:13:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-03-05 05:13:57 +0000 |
commit | ae628a3aee48c0fcd76f747fc44adfbfc94c910c (patch) | |
tree | 5e1a996076408555761277c964d95824b0f8bb58 | |
parent | 8cb04a0e57d2dbcf2c352da2d6b33a44c23c875b (diff) | |
download | tor-ae628a3aee48c0fcd76f747fc44adfbfc94c910c.tar.gz tor-ae628a3aee48c0fcd76f747fc44adfbfc94c910c.zip |
Mention which version of tor implements control-spec.txt, so people wont get so confused.
svn:r6085
-rw-r--r-- | doc/control-spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 96ac7e56a7..2361ddc9cb 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -12,7 +12,9 @@ $Id$ This protocol replaces version 0 of TC, which is now deprecated. For reference, TC is described in "control-spec-v0.txt". Implementors are recommended to avoid using TC directly, but instead to use a library that - can easily be updated to use the newer protocol. + can easily be updated to use the newer protocol. (Version 0 is used by Tor + versions 0.1.0.x; the protocol in this document only works with Tor + versions in the 0.1.1.x series and later.) 1. Protocol outline |