Quic Connection Cache (#23598)

Add a connection cache to allow add modules that send data to get or create connections (e.g. for quic) associated with a certain SocketAddr
This commit is contained in:
ryleung-solana
2022-03-15 18:16:35 -04:00
committed by GitHub
parent 2d3501dff9
commit 9b46f9b2da
6 changed files with 168 additions and 1 deletions

View File

@ -3220,8 +3220,11 @@ dependencies = [
"indicatif",
"itertools 0.10.3",
"jsonrpc-core",
"lazy_static",
"log",
"quinn",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rayon",
"reqwest",
"rustls",