From cfc41dc951b5f44a3faea62b3978f6036cf794c8 Mon Sep 17 00:00:00 2001 From: Matt Traudt Date: Fri, 14 Aug 2020 10:22:39 -0400 Subject: Use PAYLOAD_LEN (509) not 514, since cells can be 512 still --- proposals/316-flashflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proposals/316-flashflow.md') 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: -- cgit v1.2.3-54-g00ecf