- 24 Nov, 2020 10 commits
-
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
With the maximum likelihood estimator for alpha from #40168, we no longer need max_time to calculate alpha.
-
Mike Perry authored
-
Mike Perry authored
This is still fast enough. ~100usec on my laptop with 1000 build times.
-
Mike Perry authored
50ms is not enough resolution. CBT can be as low as 80ms in datacenter clients close to their relays.
-
Mike Perry authored
-
Mike Perry authored
This should allow us to more accurately estimate pareto parameters without relying on "right-censorship" of circuit build timeout values.
-
Mike Perry authored
-
Mike Perry authored
This prevents the timeout curve from getting spread out as much, resulting in more accurate timeout values for quantiles from 60-80.
-
- 23 Nov, 2020 5 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
- 21 Nov, 2020 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 19 Nov, 2020 7 commits
-
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 18 Nov, 2020 4 commits
-
-
David Goulet authored
Fixes #25528 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
-
George Kadianakis authored
-
- 17 Nov, 2020 12 commits
-
-
David Goulet authored
When sending the stream level SENDME, it is possible the cirucit was marked for close or any other failures that can occur. These events can occur naturally. Fixes #40142 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
-
Neel Chauhan authored
-
Neel Chauhan authored
-
Nick Mathewson authored
-
David Goulet authored
-
David Goulet authored
The function in charge of removing duplicate ORPorts from our configured ports was skipping all non ORPorts port but only for the outer loop thus resulting in comparing an ORPort with a non-ORPort which lead to problems. For example, tor configured with the following would fail: ORPort auto DirPort auto Both end up being the same configuration except that one is a OR listener and one is a Dir listener. Thus because of the missing check in the inner loop, they looked exactly the same and thus one is removed. Fixes #40195 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-