diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-02 21:18:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-02 21:18:26 +0000 |
commit | 500899cc53b15a043187a55a2caaf0fdf3b84c6a (patch) | |
tree | 13b0a2a285a04d7d1d0eaa4b4f8624dbf9c9a94e /doc/spec/control-spec.txt | |
parent | 66bdb8cd12c63e8f083d71ef677238c6eb8093ce (diff) | |
download | tor-500899cc53b15a043187a55a2caaf0fdf3b84c6a.tar.gz tor-500899cc53b15a043187a55a2caaf0fdf3b84c6a.zip |
backward compatibility with control protocol v0 no longer specified
to work
svn:r11040
Diffstat (limited to 'doc/spec/control-spec.txt')
-rw-r--r-- | doc/spec/control-spec.txt | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index dbf3882319..c836d4ad14 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1383,15 +1383,11 @@ $Id$ 5.3. Backward compatibility with v0 control protocol. - For backward compatibility with the "version 0" control protocol, Tor checks - whether the third octet the first command is zero. If it is, Tor - assumes that version 0 is in use. This feature is deprecated, and will be - removed in the 0.1.3.x Tor development series. - - In order to detect which version of the protocol is supported controllers - should send the sequence [00 00 0D 0A]. This is a valid and unrecognized - command in both protocol versions, and implementations can detect which - error they have received. + For backward compatibility with the "version 0" control protocol, + Tor used to check whether the third octet of the first command is zero. + (If it was, Tor assumed that version 0 is in use.) + + This compatibility was removed in Tor 0.1.2.16 and 0.2.0.4-alpha. 5.4. Options for use by controllers |