solana/client/src
Lijun Wang 0a7d8520b8
Make connection cache to support specified client endpoint (#29240)
ConnectionCache is being used for managing connections for sending messages using quic. In the current implementation the connection's endpoint is created in a lazy initialized fashion and set to one per connection pool. In repair we need all connections to use the same Endpoint so that the server can send back the response to the same Endpoint.
2022-12-22 12:35:32 -08:00
..
nonblocking patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
connection_cache.rs Make connection cache to support specified client endpoint (#29240) 2022-12-22 12:35:32 -08:00
lib.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
quic_client.rs Actually fixes non-binding `let` on a future (quic-client) (#29326) 2022-12-19 17:27:21 -05:00
thin_client.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
tpu_client.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
tpu_connection.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
transaction_executor.rs Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
udp_client.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00