From f686fa2ee600f6670bab7531d404eaf5f8ea91ff Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 13 Sep 2016 11:55:23 +1000 Subject: [PATCH] Comments: prefer circuit_build_times_disabled() to LearnCircuitBuildTimeout --- src/or/or.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/or.h b/src/or/or.h index 7104a5cae3..07f94b7505 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -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. */