diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-29 18:01:22 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-29 18:01:22 -0400 |
commit | 7f10707c42e69ef69395aecf7984d16107c78331 (patch) | |
tree | 0c1c431d27fa11e1fa700743d0c675f1c04110fd /src/or/or.h | |
parent | f1b0e4e4b4d238595b1694df201e995bee235960 (diff) | |
download | tor-7f10707c42e69ef69395aecf7984d16107c78331.tar.gz tor-7f10707c42e69ef69395aecf7984d16107c78331.zip |
refactor and recomment; no actual changes
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index dc46684133..c90b0391a5 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2979,8 +2979,9 @@ typedef uint32_t build_time_t; * Maximum count of timeouts that finish the first hop in the past * RECENT_CIRCUITS before calculating a new timeout. * - * This tells us to abandon timeout history and set - * the timeout back to BUILD_TIMEOUT_INITIAL_VALUE. + * This tells us whether to abandon timeout history and set + * the timeout back to whatever circuit_build_times_get_initial_timeout() + * gives us. */ #define CBT_DEFAULT_MAX_RECENT_TIMEOUT_COUNT (CBT_DEFAULT_RECENT_CIRCUITS*9/10) |