[tor-commits] [torspec/main] cbtinitialtimeout also affects the default abandon timeout.
nickm at torproject.org
nickm at torproject.org
Tue Sep 7 20:36:40 UTC 2021
commit 710e230e278cf089b3bb81dd5b6c22aaa2702be4
Author: Nick Mathewson <nickm at 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
More information about the tor-commits
mailing list