summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-05-07 14:43:56 -0700
committerMike Perry <mikeperry-git@fscked.org>2010-05-10 12:59:05 -0700
commit835ab531028911fbec6e9706a1ba33bcab37f102 (patch)
tree32bac58d77320d8fddb96b4500e47f0e3c91d64a /doc
parent3bbc3e21375d8d792a25047e4219604efe377f9e (diff)
downloadtor-835ab531028911fbec6e9706a1ba33bcab37f102.tar.gz
tor-835ab531028911fbec6e9706a1ba33bcab37f102.zip
Add a TIMEOUT_RATE keyword to buildtimeout event.
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/control-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index b60baba052..1938fa226c 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -1670,13 +1670,14 @@
The syntax is:
"650" SP "BUILDTIMEOUT_SET" SP Type SP "TOTAL_TIMES=" Total SP
"TIMEOUT_MS=" Timeout SP "XM=" Xm SP "ALPHA=" Alpha SP
- "CUTOFF_QUANTILE=" Quantile CRLF
+ "CUTOFF_QUANTILE=" Quantile SP "TIMEOUT_RATE=" Rate CRLF
Type = "COMPUTED" / "RESET" / "SUSPENDED" / "DISCARD" / "RESUME"
Total = Integer count of timeouts stored
Timeout = Integer timeout in milliseconds
Xm = Estimated integer Pareto parameter Xm in milliseconds
Alpha = Estimated floating point Paredo paremter alpha
Quantile = Floating point CDF quantile cutoff point for this timeout
+ Rate = Floating point ratio of circuits that timeout
A new circuit build timeout time has been set. If Type is "COMPUTED",
Tor has computed the value based on historical data. If Type is "RESET",