[tor-commits] [torspec/master] typo and clarification for proposal 249
arma at torproject.org
arma at torproject.org
Thu Feb 4 14:51:14 UTC 2016
commit e46dbd41b168580b30545232fedcadc6435cac11
Author: Roger Dingledine <arma at torproject.org>
Date: Thu Feb 4 09:49:36 2016 -0500
typo and clarification for proposal 249
---
proposals/249-large-create-cells.txt | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/proposals/249-large-create-cells.txt b/proposals/249-large-create-cells.txt
index 69020cf..e04b4c0 100644
--- a/proposals/249-large-create-cells.txt
+++ b/proposals/249-large-create-cells.txt
@@ -37,7 +37,7 @@ Status: Draft
};
struct created2v_cell_body {
- /* Handshake replay length */
+ /* Handshake reply length */
u16 hlen;
/* Handshake reply data */
u8 hdata[hlen];
@@ -84,8 +84,10 @@ Status: Draft
Note that this change leaks the size of the handshake being used to
intermediate relays. We should analyze this and see whether it matters.
- Clients MAY send RELAY_DROP cells during circuit construction in order to
- hide the true size of their handshakes.
+ Clients and relays MAY send RELAY_DROP cells during circuit
+ construction in order to hide the true size of their handshakes
+ (but they can't send these drop cells inside a train of EXTEND2 or
+ EXTENDED2 cells for a given handshake).
5. Example
More information about the tor-commits
mailing list