]> git.ipfire.org Git - thirdparty/tor.git/commit
metrics: Add running average of CC cwnd in slow start when closing circuit
authorMike Perry <mikeperry-git@torproject.org>
Thu, 3 Nov 2022 19:48:16 +0000 (19:48 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 7 Nov 2022 14:55:06 +0000 (09:55 -0500)
commit83fdaff7c0920c8943b483e4146d2762b8e6ca94
treecd17b679458fd41b6d625cdcc363ca7373848a7e
parentf270d20cb0a29ffb3e33434f353cbf315a4d1a52
metrics: Add running average of CC cwnd in slow start when closing circuit

Count slow start separately.

Part of #40708

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/core/or/circuitlist.c
src/core/or/circuitlist.h
src/feature/relay/relay_metrics.c