This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 2adc73afdb0d7beeeb086e276c409d7cc5904a91 Merge: fb206d284c fde87096c3 Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Nov 8 12:36:44 2022 -0500
Merge branch 'maint-0.4.7'
changes/ticket40708 | 3 + src/core/or/circuitlist.c | 34 +++++++++++ src/core/or/circuitlist.h | 4 ++ src/core/or/congestion_control_common.c | 11 ++++ src/core/or/congestion_control_common.h | 1 + src/core/or/congestion_control_flow.c | 25 ++++++++ src/core/or/congestion_control_flow.h | 6 ++ src/core/or/congestion_control_vegas.c | 19 ++++++ src/core/or/congestion_control_vegas.h | 4 ++ src/core/or/relay.c | 2 + src/core/or/relay.h | 1 + src/feature/relay/relay_metrics.c | 101 +++++++++++++++++++++++++++++++- src/lib/math/include.am | 3 +- src/lib/math/stats.h | 22 +++++++ 14 files changed, 233 insertions(+), 3 deletions(-)