solana/client/src/nonblocking
Lijun Wang 29b597cea5
Connection pool support in connection cache and QUIC connection reliability improvement (#25793)
* Connection pool in connection cache and handle connection errors

1. The connection not has a pool of connections per address, configurable, default 4
2. The connections per address share a lazy initialized endpoint
3. Handle connection issues better, avoid race conditions
4. Various log improvement for help debug connection issues
2022-06-10 09:25:24 -07:00
..
mod.rs client: Add nonblocking udp client and connection trait (#25775) 2022-06-06 19:28:31 +02:00
pubsub_client.rs chore: bump tungstenite from 0.16.0 to 0.17.2 (#23268) 2022-02-24 01:39:55 -07:00
quic_client.rs Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00
rpc_client.rs Add get_stake_minimum_delegation() to rpc_client (#25200) 2022-05-17 11:46:34 -05:00
tpu_client.rs client: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
tpu_connection.rs client: Add nonblocking udp client and connection trait (#25775) 2022-06-06 19:28:31 +02:00
udp_client.rs client: Add nonblocking udp client and connection trait (#25775) 2022-06-06 19:28:31 +02:00