- Sep 18, 2009
-
-
Sebastian Hahn authored
-
Roger Dingledine authored
-
- Sep 17, 2009
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
Don't discard all circuits every MaxCircuitDirtiness, because the user might legitimately have set that to a very lower number. Also don't use up all of our idle circuits with testing circuits, since that defeats the point of preemptive circuits.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
[Do not take conflicting change to rendclient.c]
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Mike Perry authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Sebastian Hahn authored
-
Mike Perry authored
And also the number of recent circuits used to decide when the network changes.
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
-
- Sep 16, 2009
-
-
Mike Perry authored
We want it to be under our control so it doesn't mess up initialization. This is likely the cause for the bug the previous assert-adding commit (09a75ad3) was trying to address.
-
Mike Perry authored
Got a negative timeout value on startup. Need to narrow it down.
-
Mike Perry authored
Also use bin midpoints for time values.
-
Mike Perry authored
-
Mike Perry authored
It seems to fire because of precision issues. Added more debug info to the warn to try to figure out for sure.
-
Mike Perry authored
-
Roger Dingledine authored
-
Mike Perry authored
Also change the max timeout quantile to 0.98, so we can avoid huge synthetic timeout values.
-
Karsten Loesing authored
Also correct some typos.
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
Using CircuitBuildTimeout is prone to issues with SIGHUP, etc. Also, shuffle the circuit build times array after loading it in so that newer measurements don't replace chunks of similarly timed measurements.
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
Also switch Xm calculation to mode, not min.
-
Mike Perry authored
It was compiling, but causing segfaults. Also, adjust when the timer starts for new test circs and save state every 25 circuits.
-
Mike Perry authored
Also add code to keep creating circuits every minute until we hit our minimum threshhold.
-
Mike Perry authored
We need to also call it if we're going to calculate alpha after a normal circuit build.
-
Mike Perry authored
-
Mike Perry authored
-