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

@@ -4,6 +4,7 @@ extern crate serde_derive;
pub mod blockhash_query;
pub mod client_error;
pub mod connection_cache;
pub(crate) mod http_sender;
pub(crate) mod mock_sender;
pub mod nonblocking;