aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec/implementation-notes.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2024-02-06 11:18:31 -0500
committerNick Mathewson <nickm@torproject.org>2024-02-06 13:00:44 -0500
commitdb80b935f799ab44750ff378267b10a967af38e3 (patch)
tree12be4d952e51f6102fee807c25532025fad91def /spec/control-spec/implementation-notes.md
parentad73886e2a38255b5b0b599628f67fe820a5c440 (diff)
downloadtorspec-db80b935f799ab44750ff378267b10a967af38e3.tar.gz
torspec-db80b935f799ab44750ff378267b10a967af38e3.zip
Apply "cell" and "message" consistently
Done by grepping for "cell" and making sure it was accurate in every place where it occurs. In tor-spec, I also searched for "message". Part of #253.
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