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
programs/bpf/Cargo.lock
generated
3
programs/bpf/Cargo.lock
generated
@ -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",
|
||||
|
Reference in New Issue
Block a user