aboutsummaryrefslogtreecommitdiff
path: root/spec/dir-spec
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/dir-spec
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/dir-spec')
-rw-r--r--spec/dir-spec/extra-info-document-format.md14
-rw-r--r--spec/dir-spec/server-descriptor-format.md2
2 files changed, 8 insertions, 8 deletions
diff --git a/spec/dir-spec/extra-info-document-format.md b/spec/dir-spec/extra-info-document-format.md
index e743ff3..0defe70 100644
--- a/spec/dir-spec/extra-info-document-format.md
+++ b/spec/dir-spec/extra-info-document-format.md
@@ -236,7 +236,7 @@ statuses is as follows:
List of statistics about possible failures in the download process
of v2/v3 network statuses. Requests are either "direct"
HTTP-encoded requests over the relay's directory port, or
-"tunneled" requests using a BEGIN_DIR cell over the relay's OR
+"tunneled" requests using a BEGIN_DIR relay message over the relay's OR
port. The list of possible statistics can change, and statistics
can be left out from reporting. The current list of statistics is
as follows:
@@ -444,7 +444,7 @@ hours.
[At most once.]
```
-Approximate number of RELAY cells seen in either direction on a
+Approximate number of relay cells seen in either direction on a
circuit after receiving and successfully processing a RENDEZVOUS1
cell.
@@ -509,19 +509,19 @@ The keyword list is currently as follows:
- The current rounding value for cell count fields (10000 by
default)
write-drop
- - The number of RELAY_DROP cells this relay sent
+ - The number of RELAY_DROP messages this relay sent
write-pad
- - The number of CELL_PADDING cells this relay sent
+ - The number of PADDING cells this relay sent
write-total
- The total number of cells this relay cent
read-drop
- - The number of RELAY_DROP cells this relay received
+ - The number of RELAY_DROP messages this relay received
read-pad
- - The number of CELL_PADDING cells this relay received
+ - The number of PADDING cells this relay received
read-total
- The total number of cells this relay received
enabled-read-pad
- - The number of CELL_PADDING cells this relay received on
+ - The number of PADDING cells this relay received on
connections that support padding
enabled-read-total
- The total number of cells this relay received on connections
diff --git a/spec/dir-spec/server-descriptor-format.md b/spec/dir-spec/server-descriptor-format.md
index 9cfaeea..ddd7fb2 100644
--- a/spec/dir-spec/server-descriptor-format.md
+++ b/spec/dir-spec/server-descriptor-format.md
@@ -471,7 +471,7 @@ Tor 0.2.3.x only the first address/port pair is advertised and used.
```text
Present if the router accepts "tunneled" directory requests using a
- BEGIN_DIR cell over the router's OR port.
+ BEGIN_DIR relay message over the router's OR port.
(Added in 0.2.8.1-alpha. Before this, Tor relays accepted
tunneled directory requests only if they had a DirPort open,
or if they were bridges.)