diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-08-12 19:21:45 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-08-12 19:21:45 +0000 |
commit | 5e155bb6445267102ff231b3366d07c221a8eabb (patch) | |
tree | 1ef8d56e926be8bcba98b711d81418e3bb6762ac /doc/spec | |
parent | 68e74be9f010348aad68a614718f2a3d0aaa84fa (diff) | |
download | tor-5e155bb6445267102ff231b3366d07c221a8eabb.tar.gz tor-5e155bb6445267102ff231b3366d07c221a8eabb.zip |
shorter exit summary is the one with a shorter string representation
svn:r16513
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/proposals/141-jit-sd-downloads.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/spec/proposals/141-jit-sd-downloads.txt b/doc/spec/proposals/141-jit-sd-downloads.txt index 527cd7b5bf..f2c816f5dd 100644 --- a/doc/spec/proposals/141-jit-sd-downloads.txt +++ b/doc/spec/proposals/141-jit-sd-downloads.txt @@ -229,12 +229,12 @@ Status: Draft 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 |