diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-17 08:15:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-17 08:15:42 +0000 |
commit | 1ad83d74b1a52828eefb7b871644d5550fd7c531 (patch) | |
tree | 956f511fe1935df3f257bd915c56dfd5da1b574e /doc/spec/proposals/137-bootstrap-phases.txt | |
parent | c19392469de2431974da5d5fc87f919772cc3b4c (diff) | |
download | tor-1ad83d74b1a52828eefb7b871644d5550fd7c531.tar.gz tor-1ad83d74b1a52828eefb7b871644d5550fd7c531.zip |
Send an initial "Starting" bootstrap status event, so we have a
state to start out in.
svn:r15326
Diffstat (limited to 'doc/spec/proposals/137-bootstrap-phases.txt')
-rw-r--r-- | doc/spec/proposals/137-bootstrap-phases.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/spec/proposals/137-bootstrap-phases.txt b/doc/spec/proposals/137-bootstrap-phases.txt index fa7614b7e0..4be2cd856e 100644 --- a/doc/spec/proposals/137-bootstrap-phases.txt +++ b/doc/spec/proposals/137-bootstrap-phases.txt @@ -55,11 +55,10 @@ Status: Open the same order. Some phases might also be skipped (not reported) if the associated bootstrap step is already complete. - Phase 0: + Phase 1: tag=starting summary="starting" - Tor starts out in this phase. It doesn't actually send a status event - to say so. + Tor starts out in this phase. Phase 5: tag=conn_dir summary="Connecting to directory mirror" |