diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2009-09-01 08:07:26 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2009-09-16 15:52:03 -0700 |
commit | c4e6b3eadb53f382793af9550496c4528faea6a1 (patch) | |
tree | 3751d1184ef564179065b4843a3bfeb6b353b369 /src/or/or.h | |
parent | 95735e547838e05a574b55da00d3d04c1084452a (diff) | |
download | tor-c4e6b3eadb53f382793af9550496c4528faea6a1.tar.gz tor-c4e6b3eadb53f382793af9550496c4528faea6a1.zip |
Fix timeout edge case when we get enough samples.
Also switch Xm calculation to mode, not min.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index aeca0226a1..0ab382fbdd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2889,6 +2889,7 @@ typedef struct { int pre_timeouts; build_time_t Xm; double alpha; + int estimated; } circuit_build_times_t; extern circuit_build_times_t circ_times; |