mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user