From 31d60992c6a71a2aee35bf43267f606755bcac6c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 28 Jan 2009 06:46:14 +0000 Subject: [PATCH] more minor bugs in the control spec svn:r18286 --- doc/spec/control-spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 58338d7255..c30c2209cd 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1702,7 +1702,7 @@ $Id$ Future Tors MAY revisit earlier stages. Phase 0: - tag=starting summary="starting" + tag=starting summary="Starting" Tor starts out in this phase. @@ -1719,7 +1719,7 @@ $Id$ generally happen because Tor doesn't have a network connection, or because the local firewall is dropping SYN packets. - Phase 10 + Phase 10: tag=handshake_dir summary="Finishing handshake with directory mirror" This event occurs when Tor establishes a TCP connection with a relay used @@ -1804,7 +1804,7 @@ $Id$ handshake with a Tor relay. Phase 90: - tag=circuit_create "Establishing circuits" + tag=circuit_create summary="Establishing circuits" Once we've finished our TLS handshake with an entry guard, we will set about trying to make some 3-hop circuits in case we need them soon.