This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.7 in repository tor.
from ba77ccae02 Merge branch 'maint-0.4.7' into release-0.4.7 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 2595913bd6 Merge branch 'maint-0.4.7' into release-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
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit 2595913bd60d3a0cda9009c28239015f88da8efa Merge: ba77ccae02 a51cd9a569 Author: David Goulet dgoulet@torproject.org AuthorDate: Mon Dec 5 13:23:34 2022 -0500
Merge branch 'maint-0.4.7' into release-0.4.7
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(-)
tor-commits@lists.torproject.org