This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit fde87096c35259f9cda42fc5cc812b0bb122a82e Merge: d634a5ebc7 2066e0494c Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Nov 8 12:36:19 2022 -0500
Merge branch 'tor-gitlab/mr/650' into 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(-)