tree 3fdc732f4f1324541ab26ba5b28edb839edcd17a parent 21d7e9a41f9c2449345f36f567700f8be3992f83 author David Goulet 1683823725 -0400 committer David Goulet 1686676890 -0400 prop340: Change the ntorv3 data format Reason behind this is to simplify the negotiation of this feature. A ntorv3 handshake is in the fast path of circuit creation and minimizing any parsing and on the wire binary size is a win. Furthermore, this prevents us to go into a complex code path of version negotiation where either side can be tricked into using another older version. We also do NOT expect to ever end up in a situation where one side sends packed cells but not the other. And so, this change simplifies everything and reflects the approach we took with congestion control as well. Future change of packed/fragmented relay cells will be possible through a new ntorv3 extension and a Relay protover. Signed-off-by: David Goulet