diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-25 05:49:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-25 05:49:01 +0000 |
commit | 5edd94b27efd72922e1cdffe7142995b9d4438db (patch) | |
tree | 88a8a7a2d1cd40379632c4f5163d360c14f65a51 /doc | |
parent | 44a6878331185ad200120010e9756603ab9ac24e (diff) | |
download | tor-5edd94b27efd72922e1cdffe7142995b9d4438db.tar tor-5edd94b27efd72922e1cdffe7142995b9d4438db.tar.gz |
Clarify behavior of SETEVENTS: it is SET, not ADD.
svn:r3871
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 05b016192..02ed15abf 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 |