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:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -4553,8 +4553,11 @@ dependencies = [
|
||||
"itertools 0.10.3",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-http-server",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"quinn",
|
||||
"rand 0.7.3",
|
||||
"rand_chacha 0.2.2",
|
||||
"rayon",
|
||||
"reqwest",
|
||||
"rustls 0.20.4",
|
||||
|
Reference in New Issue
Block a user