Quic client stats (#24195)

* 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>
This commit is contained in:
sakridge
2022-04-13 05:04:40 +02:00
committed by GitHub
parent d8c45a69c3
commit e7fcda1424
8 changed files with 345 additions and 63 deletions

View File

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