diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-09 18:17:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-09 18:17:07 +0000 |
commit | e6cc9a83525173b99f45919d0830d2e043343dcf (patch) | |
tree | 68076ce8ae7ac1bac16383d5bf8cdbeae3ecb419 /doc/spec | |
parent | 0280a72500dac8359ff6c20b4c5654684eeb5b64 (diff) | |
download | tor-e6cc9a83525173b99f45919d0830d2e043343dcf.tar.gz tor-e6cc9a83525173b99f45919d0830d2e043343dcf.zip |
Specify the CONSENSUS_ARRIVED event.
svn:r17536
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/control-spec.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index de5cf7d704..9ad1c4e7a2 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1284,6 +1284,12 @@ $Id$ {Controllers may want to warn the user if this event occurs; further action is generally not possible.} + COSENSUS_ARRIVED + + Tor has received and validated a new consensus networkstatus. + (This event can be delayed a little while after the consensus + is received, if Tor needs to fetch certificates.) + Actions for STATUS_CLIENT events can be as follows: BOOTSTRAP |