Quic client stats (#24195) (#24305)

* Add metrics to connection-cache to measure cache hits and misses

* Add congestion stats

* Add more client stats

* Review comments

Co-authored-by: Ryan Leung <ryan.leung@solana.com>

Co-authored-by: sakridge <sakridge@gmail.com>
Co-authored-by: Ryan Leung <ryan.leung@solana.com>
This commit is contained in:
mergify[bot]
2022-04-14 16:42:20 -04:00
committed by GitHub
parent 304cd65ecb
commit 58ef6b31f9
8 changed files with 345 additions and 63 deletions

View File

@ -3350,6 +3350,7 @@ dependencies = [
"log",
"lru",
"quinn",
"quinn-proto",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rayon",