]> git.ipfire.org Git - thirdparty/tor.git/commit
metrics: Add running average of CC cwnd when exiting slow start
authorDavid Goulet <dgoulet@torproject.org>
Thu, 3 Nov 2022 14:43:37 +0000 (10:43 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 7 Nov 2022 14:55:06 +0000 (09:55 -0500)
commitc565ef9c58546a815431d575c9ad16fb0bf2dc22
treeaef852436c5910f30f6a72774c67609fc91bbb44
parent87e820a0c54e57fc282bb5d2472ef775504be8e0
metrics: Add running average of CC cwnd when exiting slow start

Part of #40708

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/core/or/congestion_control_vegas.c
src/core/or/congestion_control_vegas.h
src/feature/relay/relay_metrics.c
src/lib/math/include.am
src/lib/math/stats.h [new file with mode: 0644]