From bb347f8a69b6f8c704bb979483dcde27b7c19922 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 11 May 2020 16:11:33 -0400 Subject: a few missing words in prop 319 --- proposals/319-wide-everything.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proposals/319-wide-everything.md') diff --git a/proposals/319-wide-everything.md b/proposals/319-wide-everything.md index a7b9b8a..29f65bb 100644 --- a/proposals/319-wide-everything.md +++ b/proposals/319-wide-everything.md @@ -33,8 +33,9 @@ We add a new relay cell type: `RELAY_FRAGMENT`. This cell type contains part of another relay cell. A `RELAY_FRAGEMENT` cell can either introduce a new fragmented cell, or can continue one that is already in progress. -The format of a RELAY_FRAGMENT body is one the following: +The format of a RELAY_FRAGMENT body is one of the following: + // First body in a series struct fragment_begin { // What relay_command is in use for the underlying cell? u8 relay_command; @@ -44,6 +45,7 @@ The format of a RELAY_FRAGMENT body is one the following: u8 body[]; } + // all other cells. struct fragment_continued { // More bytes for the cell body. u8 body[]; -- cgit v1.2.3-54-g00ecf