[or-cvs] [tor/master 10/10] Nominaly lower the minimum timeout value to 1500.

arma at torproject.org arma at torproject.org
Thu Sep 30 04:13:16 UTC 2010


Author: Mike Perry <mikeperry-git at fscked.org>
Date: Wed, 29 Sep 2010 20:53:50 -0700
Subject: Nominaly lower the minimum timeout value to 1500.
Commit: 7eedd0f6bc6843a5fdd755dc68183296a2ad54bc

This won't change any behavior, since it will still be rounded back
up to 2seconds, but should reduce the chances of some extra warns.
---
 src/or/or.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/or.h b/src/or/or.h
index c90b039..6e1d903 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2996,7 +2996,7 @@ double circuit_build_times_quantile_cutoff(void);
 #define CBT_DEFAULT_TEST_FREQUENCY 60
 
 /** Lowest allowable value for CircuitBuildTimeout in milliseconds */
-#define CBT_DEFAULT_TIMEOUT_MIN_VALUE (2*1000)
+#define CBT_DEFAULT_TIMEOUT_MIN_VALUE (1500)
 
 /** Initial circuit build timeout in milliseconds */
 #define CBT_DEFAULT_TIMEOUT_INITIAL_VALUE (60*1000)
-- 
1.7.1



More information about the tor-commits mailing list