solana/client/src
Lijun Wang ecea802fe6
Bidirectional quic communication support (#29155)
* Support bi-directional quic communication, use the same endpoint for the quic server and client
This is needed for supporting using quic for repair

* Added comments on the bi-directional communication tests

* Removed some debug logs

* clippy issue
2022-12-09 10:59:43 -08:00
..
nonblocking patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
connection_cache.rs Bidirectional quic communication support (#29155) 2022-12-09 10:59:43 -08:00
lib.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
quic_client.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07: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