aboutsummaryrefslogtreecommitdiff
path: root/proposals/316-flashflow.md
diff options
context:
space:
mode:
authorMatt Traudt <sirmatt@ksu.edu>2020-08-14 10:15:21 -0400
committerMatt Traudt <sirmatt@ksu.edu>2020-08-21 09:39:06 -0400
commit84d9d9661238129a769be8ef1cf61c423fee6df5 (patch)
tree2a973463dc0110cfb71f9e1b004232b4e6b14141 /proposals/316-flashflow.md
parentc360e31bf28b3a0a8a541a10827ad86c17a6a7a3 (diff)
downloadtorspec-84d9d9661238129a769be8ef1cf61c423fee6df5.tar.gz
torspec-84d9d9661238129a769be8ef1cf61c423fee6df5.zip
Some clarification about measurement cells going over circuits
Diffstat (limited to 'proposals/316-flashflow.md')
-rw-r--r--proposals/316-flashflow.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/proposals/316-flashflow.md b/proposals/316-flashflow.md
index 43ecd1a..a041d9d 100644
--- a/proposals/316-flashflow.md
+++ b/proposals/316-flashflow.md
@@ -214,7 +214,7 @@ the ciphertext, and verify the corresponding incoming cell matches.
### Pre-Measurement Handshaking/Starting a Measurement
-The coordinator connects to the target relay and sends it a MEAS_PARAMS
+The coordinator establishes a one-hop circuit with the target relay and sends it a MEAS_PARAMS
cell. If the target is unwilling to be measured at this time or if the
coordinator didn't use a TLS certificate that the target trusts, it
responds with an error cell and closes the connection. Otherwise it
@@ -229,11 +229,11 @@ detection subsystem until the measurement ends (successfully or
otherwise), at which point the whitelist is cleared.
Upon receiving a MEAS_PARAMS_OK from the target, the coordinator will
-instruct the measurers to open their TCP connections with the target. If
+instruct the measurers to open their circuits (one circuit per connection) with the target. If
the coordinator or any measurer receives a MEAS_ERR, it reports the error
to the coordinator and considers the measurement a failure. It is also a
-failure if any measurer is unable to open at least half of its TCP
-connections with the target.
+failure if any measurer is unable to open at least half of its circuits
+with the target.
The payload of MEAS_PARAMS cells [XXX more may need to be added]: