From 710e230e278cf089b3bb81dd5b6c22aaa2702be4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 27 Aug 2021 11:14:14 -0400 Subject: 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 -- cgit v1.2.3-54-g00ecf