aboutsummaryrefslogtreecommitdiff
path: root/proposals/249-large-create-cells.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-02-04 09:49:36 -0500
committerRoger Dingledine <arma@torproject.org>2016-02-04 09:49:36 -0500
commite46dbd41b168580b30545232fedcadc6435cac11 (patch)
tree32961e3e9cc2be841e0fdade9146239e06a2dabb /proposals/249-large-create-cells.txt
parent04b3871b5cc005d615065e638beb48da7a90e4e5 (diff)
downloadtorspec-e46dbd41b168580b30545232fedcadc6435cac11.tar.gz
torspec-e46dbd41b168580b30545232fedcadc6435cac11.zip
typo and clarification for proposal 249
Diffstat (limited to 'proposals/249-large-create-cells.txt')
-rw-r--r--proposals/249-large-create-cells.txt8
1 files 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