This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 85ca92951a changes: Fix file without ticket number new 07b521560f Ticket 40724: Additional congestion control metrics new 4c419183cc Ticket 40724: Changes file new a51cd9a569 Ticket 40724: Add metrics for CC circuit counts new 9a06fee5a1 Merge branch 'maint-0.4.7'
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/ticket40724 | 3 + src/core/or/circuitlist.c | 3 + src/core/or/circuitlist.h | 1 + src/core/or/congestion_control_common.c | 5 ++ src/core/or/congestion_control_common.h | 2 + src/core/or/congestion_control_vegas.c | 99 +++++++++++++++++++++++++++--- src/core/or/congestion_control_vegas.h | 13 ++++ src/feature/relay/relay_metrics.c | 104 ++++++++++++++++++++++++++++++++ 8 files changed, 221 insertions(+), 9 deletions(-) create mode 100644 changes/ticket40724