[tor-commits] [arm/master] Added log duplicate masks for longer-than-expected circuit build times and re-estimates of slow circuits.

atagar at torproject.org atagar at torproject.org
Mon Sep 26 14:15:54 UTC 2011


commit 079201c6a0dec175823956d5490661ac742fb32b
Author: Tom Lowenthal <me at tomlowenthal.com>
Date:   Sun Sep 25 20:30:58 2011 -0700

    Added log duplicate masks for longer-than-expected circuit build times and re-estimates of slow circuits.
---
 src/settings.cfg |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/settings.cfg b/src/settings.cfg
index 0e8f9dd..28c3008 100644
--- a/src/settings.cfg
+++ b/src/settings.cfg
@@ -272,6 +272,12 @@ config.summary.TestingEstimatedDescriptorPropagationTime Delay before clients at
 #        16 (79.193.61.171:443).
 # [INFO] rep_hist_downrate_old_runs(): Discounting all old stability info by a
 #        factor of 0.950000
+# [NOTICE] Circuit build timeout of 96803ms is beyond the maximum build time we 
+#          have ever observed. Capping it to 96107ms.
+#   The above NOTICE changes to an INFO message in maint-0.2.2
+# [NOTICE] Based on 1000 circuit times, it looks like we don't need to wait so 
+#          long for circuits to finish. We will now assume a circuit is too slow
+#          to use after waiting 65 seconds.
 # [NOTICE] We stalled too much while trying to write 150 bytes to address
 #          [scrubbed].  If this happens a lot, either something is wrong with
 #          your network connection, or something is wrong with theirs. (fd 238,
@@ -312,6 +318,9 @@ msg.DEBUG *pending in tls object). at_most
 msg.DEBUG connection_read_to_buf(): TLS connection closed on read. Closing.
 msg.INFO run_connection_housekeeping(): Expiring
 msg.INFO rep_hist_downrate_old_runs(): Discounting all old stability info by a factor of
+msg.INFO *build time we have ever observed. Capping it to
+msg.NOTICE *build time we have ever observed. Capping it to
+msg.NOTICE *We will now assume a circuit is too slow to use after waiting
 msg.NOTICE We stalled too much while trying to write
 msg.NOTICE I learned some more directory information, but not enough to build a circuit
 msg.NOTICE Attempt by



More information about the tor-commits mailing list