mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Comments: prefer circuit_build_times_disabled() to LearnCircuitBuildTimeout
This commit is contained in:
+2
-1
@@ -3777,7 +3777,8 @@ typedef struct {
|
||||
* unattached before we fail it? */
|
||||
int LearnCircuitBuildTimeout; /**< If non-zero, we attempt to learn a value
|
||||
* for CircuitBuildTimeout based on timeout
|
||||
* history */
|
||||
* history. Use circuit_build_times_disabled()
|
||||
* rather than checking this value directly. */
|
||||
int CircuitBuildTimeout; /**< Cull non-open circuits that were born at
|
||||
* least this many seconds ago. Used until
|
||||
* adaptive algorithm learns a new value. */
|
||||
|
||||
Reference in New Issue
Block a user