Re: [tor-dev] Proposal 325: Packed relay cells: saving space on small commands

2020-07-10 Thread Nick Mathewson
On Fri, Jul 10, 2020 at 2:07 PM Ian Goldberg wrote: > > On Fri, Jul 10, 2020 at 01:52:00PM -0400, Nick Mathewson wrote: > > After receiving a packed relay cell, the relay know that the client > > typo: "know" -> "knows" thanks! > > struct relay_header { > >u1 stream_id_included; // I

Re: [tor-dev] Proposal 325: Packed relay cells: saving space on small commands

2020-07-10 Thread Ian Goldberg
On Fri, Jul 10, 2020 at 01:52:00PM -0400, Nick Mathewson wrote: > After receiving a packed relay cell, the relay know that the client typo: "know" -> "knows" > struct relay_header { >u1 stream_id_included; // Is the stream_id included? >u6 relay_command; // as before >

[tor-dev] Proposal 325: Packed relay cells: saving space on small commands

2020-07-10 Thread Nick Mathewson
``` Filename: 325-packed-relay-cells.md Title: Packed relay cells: saving space on small commands Author: Nick Mathewson Created: 10 July 2020 Status: Draft ``` # Introduction In proposal 319 I suggested a way to fragment long commands across multiple RELAY cells. In this proposal, I suggest a n