summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-25 05:49:01 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-25 05:49:01 +0000
commit5edd94b27efd72922e1cdffe7142995b9d4438db (patch)
tree88a8a7a2d1cd40379632c4f5163d360c14f65a51
parent44a6878331185ad200120010e9756603ab9ac24e (diff)
downloadtor-5edd94b27efd72922e1cdffe7142995b9d4438db.tar.gz
tor-5edd94b27efd72922e1cdffe7142995b9d4438db.zip
Clarify behavior of SETEVENTS: it is SET, not ADD.
svn:r3871
-rw-r--r--doc/control-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 05b016192f..02ed15abf7 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -163,7 +163,8 @@ the message.
Request the server to inform the client about interesting events.
The body contains a list of 2-byte event codes (see "event" below).
- Sending SETEVENTS with an empty body turns off all event reporting.
+ Any events *not* listed in the SETEVENTS body are turned off; thus, sending
+ SETEVENTS with an empty body turns off all event reporting.
The server responds with a DONE message on success, and an ERROR message
if one of the event codes isn't recognized. (On error, the list of active