diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 06:28:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 06:28:50 +0000 |
commit | f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c (patch) | |
tree | ee2176a6ba2a62879e963f522c029f54d7b003d3 /doc | |
parent | 4f3827f1d1365fa8da9f014463d8f3e6acce6b6c (diff) | |
download | tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.tar.gz tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.zip |
more minor cleanups
svn:r8630
Diffstat (limited to 'doc')
-rw-r--r-- | doc/path-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/path-spec.txt b/doc/path-spec.txt index cfffd5289d..7a2277620c 100644 --- a/doc/path-spec.txt +++ b/doc/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 |