diff options
author | Roger Dingledine <arma@torproject.org> | 2005-02-09 02:24:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-02-09 02:24:16 +0000 |
commit | dd0ee183b7a79feca4da35edd65aff1f0e15eeb0 (patch) | |
tree | db8eefd8bcaa46ed5e74df7bc380ea911322b5ac /doc | |
parent | 4c8566f9f8da6b25849b0737241ebe4258b59260 (diff) | |
download | tor-dd0ee183b7a79feca4da35edd65aff1f0e15eeb0.tar.gz tor-dd0ee183b7a79feca4da35edd65aff1f0e15eeb0.zip |
As another exception, the controller can getconf the "version" string,
and Tor will return a string describing its version number. Setconf on
"version" will not work.
svn:r3591
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 2cacf4060c..0bd7f3248c 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -133,6 +133,10 @@ the message. virtual keyword to get all HiddenServiceDir, HiddenServicePort, HiddenServiceNodes, and HiddenServiceExcludeNodes option settings. + As another exception, the controller can getconf the "version" string, + and Tor will return a string describing its version number. Setconf on + "version" will not work. + 3.5. CONFVALUE (Type 0x0004) Sent in response to a GETCONF message; contains a list of "Key Value\n" |