aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec/implementation-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/control-spec/implementation-notes.md')
-rw-r--r--spec/control-spec/implementation-notes.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/control-spec/implementation-notes.md b/spec/control-spec/implementation-notes.md
index ebbf113..97ac811 100644
--- a/spec/control-spec/implementation-notes.md
+++ b/spec/control-spec/implementation-notes.md
@@ -342,7 +342,7 @@ back, indicating that the circuit is ready.
Once we've finished our one-hop circuit, we will start a new stream
for fetching the networkstatus consensus. We'll stay in this phase
-until we get the 'connected' relay cell back, indicating that we've
+until we get the RELAY_CONNECTED message back, indicating that we've
established a directory connection.
```text
@@ -373,7 +373,7 @@ tag=requesting_descriptors summary="Asking for relay descriptors"
Once we have a valid networkstatus consensus and we've checked all
its signatures, we start asking for relay descriptors. We stay in this
-phase until we have received a 'connected' relay cell in response to
+phase until we have received a RELAY_CONNECTED message in response to
a request for descriptors.
```text
@@ -585,7 +585,7 @@ tag=requesting_status summary="Asking for networkstatus consensus"
Once we've finished our one-hop circuit, we will start a new stream
for fetching the networkstatus consensus. We'll stay in this phase
-until we get the 'connected' relay cell back, indicating that we've
+until we get the RELAY_CONNECTED message back, indicating that we've
established a directory connection.
Phase 25:
@@ -616,7 +616,7 @@ fetched on hold and fetch the keys so we can verify the signatures.
Once we have a valid networkstatus consensus and we've checked all
its signatures, we start asking for relay descriptors. We stay in this
-phase until we have received a 'connected' relay cell in response to
+phase until we have received a RELAY_CONNECTED message in response to
a request for descriptors.
```text