aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/negotiating-channels.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/tor-spec/negotiating-channels.md')
-rw-r--r--spec/tor-spec/negotiating-channels.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/tor-spec/negotiating-channels.md b/spec/tor-spec/negotiating-channels.md
index 4c1ae1c..571a1be 100644
--- a/spec/tor-spec/negotiating-channels.md
+++ b/spec/tor-spec/negotiating-channels.md
@@ -99,7 +99,7 @@ Once the TLS handshake is complete,
both parties send a VERSIONS cell
to negotiate which one they will use.
-The payload in a VERSIONS cell is a series of big-endian two-byte
+The body 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
@@ -108,7 +108,7 @@ 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,
-if the payload contains an odd number of bytes).
+if the body contains an odd number of bytes).
Any VERSIONS cells sent after the first VERSIONS cell MUST be ignored.
(To be interpreted correctly, later VERSIONS cells MUST have a CIRCID_LEN
@@ -145,7 +145,7 @@ and provides certificates to authenticate that those keys
belong, ultimately, to one or more
[identity keys](./relay-keys.md#identity).
-CERTS is a variable-length cell. Its payload format is:
+CERTS is a variable-length cell. Its body format is:
| Field | Size | Description |
| ----- | ---- | ------------------------------ |
@@ -441,7 +441,7 @@ To finish the handshake,
each party sends the other
a NETINFO cell.
-The cell's payload is:
+A NETINFO cell's body is:
| Field | Description | Size
| ----- | ----------- | ----