aboutsummaryrefslogtreecommitdiff
path: root/path-spec.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-07 06:28:50 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-07 06:28:50 +0000
commit0739e41e73a5796ffd3bf62870c9eee02e059760 (patch)
treecf60e81881c346516edc4f600cbf8c0edc721715 /path-spec.txt
parent59fe95e44a7be47da9c2109a61f9683fe54406a6 (diff)
downloadtorspec-0739e41e73a5796ffd3bf62870c9eee02e059760.tar.gz
torspec-0739e41e73a5796ffd3bf62870c9eee02e059760.zip
more minor cleanups
svn:r8630
Diffstat (limited to 'path-spec.txt')
-rw-r--r--path-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/path-spec.txt b/path-spec.txt
index cfffd52..7a22776 100644
--- a/path-spec.txt
+++ b/path-spec.txt
@@ -160,11 +160,11 @@ of their choices.
For circuits that do not need to be not "fast", when choosing among
multiple candidates for a path element, we choose randomly.
- For "fast" circuits, we a given router as an exit with probability
+ For "fast" circuits, we pick a given router as an exit with probability
proportional to its advertised bandwidth [the smaller of the 'rate' and
'observed' arguments to the "bandwidth" element in its descriptor]. If a
- router's advertised bandwidth is greater than MAX_BELIEVEABLE_BANDWIDTH
- (1.5 MB/sec), we clip to that value.
+ router's advertised bandwidth is greater than MAX_BELIEVABLE_BANDWIDTH
+ (1.5 MB/s), we clip to that value.
For non-exit positions on "fast" circuits, we pick routers as above, but
we weight the clipped advertised bandwidth of Exit-flagged nodes depending