commit cfc41dc951b5f44a3faea62b3978f6036cf794c8 Author: Matt Traudt sirmatt@ksu.edu Date: Fri Aug 14 10:22:39 2020 -0400
Use PAYLOAD_LEN (509) not 514, since cells can be 512 still --- proposals/316-flashflow.md | 4 ++-- 1 file 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: