diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-13 02:22:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-13 02:22:11 +0000 |
commit | 486dc7007bf6bcdf901db3c5a8735fea31905ca5 (patch) | |
tree | 597b2f7d3215052b0de3e04447f53d8c119fc527 | |
parent | ff54050fdae61db76c1d1d35d8521f276fe9b684 (diff) | |
download | tor-486dc7007bf6bcdf901db3c5a8735fea31905ca5.tar.gz tor-486dc7007bf6bcdf901db3c5a8735fea31905ca5.zip |
document the 'quit' controller command
svn:r4776
-rw-r--r-- | doc/control-spec.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 830c329cc1..9dc1094fb3 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -467,6 +467,11 @@ $Id$ Other flags may be defined in the future; Tor SHOULD ignore unrecognized flags. +3.15 QUIT + + Tells the server to hang up on this controller connection. This command + can be used before authenticating. + 4 Replies Reply codes follow the same 3-character format as used by SMTP, with the |