aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-10 02:30:34 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-10 02:30:34 +0000
commit3dda8587c024ec6557906dcaec0adfa5bcdbca85 (patch)
treeb13e6e9738f254f093e684bfeb3fe9d22eaee4d7 /proposals
parent571d7ecf724b4d8cd1643dda789edc5c829b07f9 (diff)
downloadtorspec-3dda8587c024ec6557906dcaec0adfa5bcdbca85.tar.gz
torspec-3dda8587c024ec6557906dcaec0adfa5bcdbca85.zip
r15617@catbus: nickm | 2007-10-09 22:30:22 -0400
Add small comments to a couple of proposals. svn:r11827
Diffstat (limited to 'proposals')
-rw-r--r--proposals/118-multiple-orports.txt11
-rw-r--r--proposals/120-suicide-descriptors.txt8
2 files changed, 19 insertions, 0 deletions
diff --git a/proposals/118-multiple-orports.txt b/proposals/118-multiple-orports.txt
index 47bda85..53dbb58 100644
--- a/proposals/118-multiple-orports.txt
+++ b/proposals/118-multiple-orports.txt
@@ -51,5 +51,16 @@ add in better ideas, etc.
between them when they get extend cells to the same server on
different ports.
+ - Suggested rule:
+ - If we're told to extend to IP:Port:ID, and we have a connection
+ to some server with ID, and we have confirmed that the server
+ likes the address we originally used when connecting to it (via
+ means in proposal 105), then use the existing connection.
+ - If we're told to extend to IP:Port:ID, and we have a descriptor
+ for the ID, and we have a connection to some server with ID,
+ and the existing connection is to an address listed as valid
+ in the descriptor, then use the existing connection.
+ - Otherwise, use a new connection.
+
- How this all interacts with coderman's ipv6 stuff (proposal 117).
diff --git a/proposals/120-suicide-descriptors.txt b/proposals/120-suicide-descriptors.txt
index f0bc692..b0b6072 100644
--- a/proposals/120-suicide-descriptors.txt
+++ b/proposals/120-suicide-descriptors.txt
@@ -74,3 +74,11 @@ Acknowledgements:
tup suggested this idea.
+Comments:
+
+ 1) Don't name the official feature "suicide descriptors". Suicide is
+ irreversible, and the concept pushes many people's buttons. How about
+ "shutdown descriptors"?
+ 2) Maybe add a rule "Don't do this for hibernation if we expect to wake
+ up before the next consensus is published"?
+ - NM 9 Oct 2007 \ No newline at end of file