diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-16 00:17:39 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-16 00:17:39 -0400 |
commit | 0ac67bf3c3aff13adccafb6ded303cb9f186d188 (patch) | |
tree | 1a1646f5c252df9674a5df475a6748fd29f9bbe4 /doc | |
parent | 277295efc1689d6ce039fb474147ddf155fbf516 (diff) | |
download | tor-0ac67bf3c3aff13adccafb6ded303cb9f186d188.tar.gz tor-0ac67bf3c3aff13adccafb6ded303cb9f186d188.zip |
perconnbwrate and perconnbwburst consensus params
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index b383cdf403..e2ad056d47 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1168,6 +1168,15 @@ and 0.2.2.10-alpha recognized a "CircPriorityHalflifeMsec" parameter, but mishandled it badly.) + "perconnbwrate" and "perconnbwburst" -- if set, each relay sets + up a separate token bucket for every client OR connection, + and rate limits that connection indepedently. Typically left + unset, except when used for performance experiments around trac + entry 1750. Only honored by relays running Tor 0.2.2.16-alpha + and later. (Note that relays running 0.2.2.7-alpha through + 0.2.2.14-alpha looked for bwconnrate and bwconnburst, but then + did the wrong thing with them; see bug 1830 for details.) + See also "2.4.5. Consensus parameters governing behavior" in path-spec.txt for a series of circuit build time related consensus params. |