aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/negotiating-channels.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2024-02-07 13:21:10 +0000
committerNick Mathewson <nickm@torproject.org>2024-02-07 13:21:10 +0000
commit059373185d6da55d21e5a6d796f34dfc13414f51 (patch)
tree12be4d952e51f6102fee807c25532025fad91def /spec/tor-spec/negotiating-channels.md
parent10a27eb83eb2b5c9cdb1476f7acad9f05e670f49 (diff)
parentdb80b935f799ab44750ff378267b10a967af38e3 (diff)
downloadtorspec-059373185d6da55d21e5a6d796f34dfc13414f51.tar.gz
torspec-059373185d6da55d21e5a6d796f34dfc13414f51.zip
Merge branch 'cell_vocab' into 'main'
Use "cell" and "message" consistently. See merge request tpo/core/torspec!243
Diffstat (limited to 'spec/tor-spec/negotiating-channels.md')
-rw-r--r--spec/tor-spec/negotiating-channels.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tor-spec/negotiating-channels.md b/spec/tor-spec/negotiating-channels.md
index b428594..4c1ae1c 100644
--- a/spec/tor-spec/negotiating-channels.md
+++ b/spec/tor-spec/negotiating-channels.md
@@ -103,11 +103,11 @@ The payload in a VERSIONS cell is a series of big-endian two-byte
integers.
Both parties MUST select as the link protocol version the
highest number contained both in the VERSIONS cell they sent and in the
-versions cell they received.
+VERSIONS cell they received.
If they have no such version in common,
they cannot communicate and MUST close the connection.
Either party MUST
-close the connection if the versions cell is not well-formed (for example,
+close the connection if the VERSIONS cell is not well-formed (for example,
if the payload contains an odd number of bytes).
Any VERSIONS cells sent after the first VERSIONS cell MUST be ignored.