diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-06-15 18:02:19 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-06-15 20:04:49 -0700 |
commit | 2abe1ceccfacaa8deca3b7bb4caeb550572efd7f (patch) | |
tree | 121a7b7ab45ff3c0f7e9b40d4cd53921e5492e0d /doc/spec | |
parent | 82922ea45a24e7f79ac4c1ddf4d9de02c604546d (diff) | |
download | tor-2abe1ceccfacaa8deca3b7bb4caeb550572efd7f.tar.gz tor-2abe1ceccfacaa8deca3b7bb4caeb550572efd7f.zip |
Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/control-spec.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 1938fa226c..419db3a715 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1670,14 +1670,18 @@ 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 SP "TIMEOUT_RATE=" Rate CRLF + "CUTOFF_QUANTILE=" Quantile SP "TIMEOUT_RATE=" TimeoutRate SP + "CLOSE_MS=" CloseTimeout SP "CLOSE_RATE=" CloseRate + 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 + TimeoutRate = Floating point ratio of circuits that timeout + CloseTimeout = How long to keep measurement circs in milliseconds + CloseRate = Floating point ratio of measurement circuits that are closed 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", |