aboutsummaryrefslogtreecommitdiff
path: root/proposals/316-flashflow.md
diff options
context:
space:
mode:
authorMatt Traudt <sirmatt@ksu.edu>2020-08-14 10:22:39 -0400
committerMatt Traudt <sirmatt@ksu.edu>2020-08-21 09:39:06 -0400
commitcfc41dc951b5f44a3faea62b3978f6036cf794c8 (patch)
tree79ec467834f85b239ea9de3013ee4349e878c338 /proposals/316-flashflow.md
parent84d9d9661238129a769be8ef1cf61c423fee6df5 (diff)
downloadtorspec-cfc41dc951b5f44a3faea62b3978f6036cf794c8.tar.gz
torspec-cfc41dc951b5f44a3faea62b3978f6036cf794c8.zip
Use PAYLOAD_LEN (509) not 514, since cells can be 512 still
Diffstat (limited to 'proposals/316-flashflow.md')
-rw-r--r--proposals/316-flashflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/316-flashflow.md b/proposals/316-flashflow.md
index a041d9d..cb5ce19 100644
--- a/proposals/316-flashflow.md
+++ b/proposals/316-flashflow.md
@@ -255,12 +255,12 @@ will open with the target. Future versions of FlashFlow and MEAS_PARAMS
will use TLS certificates instead of IP addresses.
MEAS_PARAMS_OK has no payload: it's just padding bytes to make the cell
-514 bytes long.
+PAYLOAD_LEN (509) bytes long.
The payload of MEAS_ECHO cells:
```
-- arbitrary bytes [max to fill up 514 byte cell]
+- arbitrary bytes [PAYLOAD_LEN bytes]
```
The payload of MEAS_BG cells: