commit 710e230e278cf089b3bb81dd5b6c22aaa2702be4 Author: Nick Mathewson nickm@torproject.org Date: Fri Aug 27 11:14:14 2021 -0400
cbtinitialtimeout also affects the default abandon timeout. --- path-spec.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/path-spec.txt b/path-spec.txt index 34e3bec..46f788d 100644 --- a/path-spec.txt +++ b/path-spec.txt @@ -643,8 +643,9 @@ of their choices. Default: 60000 Min: Value of cbtmintimeout Max: 2147483647 (INT32_MAX) - Effect: This is the timeout value to use before computing a timeout, - in milliseconds. + Effect: This is the timeout value to use before we have enough data + to compute a timeout, in milliseconds. The circuit close + time defaults to 1.5 times this value.
cbtlearntimeout Default: 180
tor-commits@lists.torproject.org