[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16513: {tor} shorter exit summary is the one with a shorter string repres (tor/trunk/doc/spec/proposals)
Author: weasel
Date: 2008-08-12 15:21:45 -0400 (Tue, 12 Aug 2008)
New Revision: 16513
Modified:
tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt
Log:
shorter exit summary is the one with a shorter string representation
Modified: tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt
===================================================================
--- tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt 2008-08-12 19:20:05 UTC (rev 16512)
+++ tor/trunk/doc/spec/proposals/141-jit-sd-downloads.txt 2008-08-12 19:21:45 UTC (rev 16513)
@@ -229,12 +229,12 @@
where portlist is a comma seperated list of single port numbers or
portranges (e.g. "22,80-88,1024-6000,6667"). Whether the summary
shows the list of accepted ports or the list of rejected ports depends
- on which list is shorter (has less elements). In case of ties we
- choose the list of accepted ports.
+ on which list is shorter (has a shorter string representation). In case of
+ ties we choose the list of accepted ports.
- Similarly to IP address, ports, timestamp, and bandwidth a consensus
- should list the exit policy matching the descriptor digest referenced
- in the consensus document.
+ Similarly to IP address, ports, and timestamp a consensus should list
+ the exit policy matching the descriptor digest referenced in the
+ consensus document (See dir-spec section 3.4).
3.4.1 Client behaviour