[tor-commits] [tor/master] Raise the circuit close time quantile to 99.

asn at torproject.org asn at torproject.org
Fri Feb 19 11:21:15 UTC 2021


commit c90b0cb6fb4e5fd2dcc1b711f5ee5ca04576646e
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Tue Nov 3 14:28:43 2020 -0600

    Raise the circuit close time quantile to 99.
    
    This should allow us to more accurately estimate pareto parameters
    without relying on "right-censorship" of circuit build timeout values.
---
 src/core/or/circuitstats.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/circuitstats.h b/src/core/or/circuitstats.h
index 1cd16b6f2b..e7262e9e82 100644
--- a/src/core/or/circuitstats.h
+++ b/src/core/or/circuitstats.h
@@ -78,7 +78,7 @@ void circuit_build_times_mark_circ_as_measurement_only(origin_circuit_t *circ);
  * How long to wait before actually closing circuits that take too long to
  * build in terms of CDF quantile.
  */
-#define CBT_DEFAULT_CLOSE_QUANTILE 95
+#define CBT_DEFAULT_CLOSE_QUANTILE 99
 #define CBT_MIN_CLOSE_QUANTILE CBT_MIN_QUANTILE_CUTOFF
 #define CBT_MAX_CLOSE_QUANTILE CBT_MAX_QUANTILE_CUTOFF
 





More information about the tor-commits mailing list