[or-cvs] r16501: {tor} Describe how clients should use the exit summaries, what the (tor/trunk/doc/spec/proposals)

weasel at seul.org weasel at seul.org
Mon Aug 11 20:09:43 UTC 2008


Author: weasel
Date: 2008-08-11 16:09:43 -0400 (Mon, 11 Aug 2008)
New Revision: 16501

Modified:
   tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt
Log:
Describe how clients should use the exit summaries, what they may use a locally cached descriptor for, and that enclave exiting is still allowed

Modified: tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt
===================================================================
--- tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt	2008-08-11 19:56:46 UTC (rev 16500)
+++ tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt	2008-08-11 20:09:43 UTC (rev 16501)
@@ -232,6 +232,22 @@
   should list the exit policy matching the descriptor digest referenced
   in the consensus document.
 
+3.4.1 Client behaviour
+
+  When choosing an exit node for a specific request a Tor client will
+  choose from the list of nodes that exit to the requested port as given
+  by the consensus document.  If a client has additional knowledge (like
+  cached full descriptors) that indicates the so chosen exit node will
+  reject the request then it MAY use that knowledge (or not include such
+  nodes in the selection to begin with).  However, clients MUST NOT use
+  nodes that do not list the port as accepted in the summary (but for
+  which they know that the node would exit to that address from other
+  sources, like a cached descriptor).
+
+  An exception to this is exit enclave behaviour: A client MAY use the
+  node at a specific IP address to exit to any port on the same address
+  even if that node is not listed as exiting to the port in the summary.
+
 4. Migration
 
 4.1 Consensus document changes.



More information about the tor-commits mailing list